Date: Thursday, March 17, 2016 @ 07:01:32 Author: jlichtblau Revision: 166949
upgpkg: monit 5.17.1-1 - new upstream release Modified: monit/trunk/PKGBUILD monit/trunk/monit.changelog -----------------+ PKGBUILD | 6 +++--- monit.changelog | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-17 05:57:27 UTC (rev 166948) +++ PKGBUILD 2016-03-17 06:01:32 UTC (rev 166949) @@ -4,8 +4,8 @@ # Contributor: Marco Bartholomew <[email protected]> pkgname=monit -pkgver=5.16 -pkgrel=2 +pkgver=5.17.1 +pkgrel=1 pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system" arch=('i686' 'x86_64') url="http://mmonit.com/monit/" @@ -14,7 +14,7 @@ backup=('etc/monitrc') changelog=$pkgname.changelog source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz) -sha256sums=('5b998e796113ce244c8b575da09d3a62bac1b2765484fe6416f224b4ba8f391f') +sha256sums=('f71a22cfb6bd91ff46496e72e1d1b1021ecd651e7748131ce0f995cc37ff0b42') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: monit.changelog =================================================================== --- monit.changelog 2016-03-17 05:57:27 UTC (rev 166948) +++ monit.changelog 2016-03-17 06:01:32 UTC (rev 166949) @@ -1,3 +1,6 @@ +2016-03-17 Jaroslav Lichtblau <[email protected]> + * monit 5.17.1-1 + 2016-02-05 Jaroslav Lichtblau <[email protected]> * monit 5.16-1
