Date: Friday, February 5, 2016 @ 14:52:10 Author: jlichtblau Revision: 160406
upgpkg: monit 5.16-1 - new upstream release Modified: monit/trunk/PKGBUILD monit/trunk/monit.changelog -----------------+ PKGBUILD | 4 ++-- monit.changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-05 12:10:43 UTC (rev 160405) +++ PKGBUILD 2016-02-05 13:52:10 UTC (rev 160406) @@ -4,7 +4,7 @@ # Contributor: Marco Bartholomew <[email protected]> pkgname=monit -pkgver=5.15 +pkgver=5.16 pkgrel=1 pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ backup=('etc/monitrc') changelog=$pkgname.changelog source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz) -sha256sums=('deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c') +sha256sums=('5b998e796113ce244c8b575da09d3a62bac1b2765484fe6416f224b4ba8f391f') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: monit.changelog =================================================================== --- monit.changelog 2016-02-05 12:10:43 UTC (rev 160405) +++ monit.changelog 2016-02-05 13:52:10 UTC (rev 160406) @@ -1,3 +1,6 @@ +2016-02-05 Jaroslav Lichtblau <[email protected]> + * monit 5.16-1 + 2015-10-26 Jaroslav Lichtblau <[email protected]> * monit 5.15-1
