Date: Monday, October 26, 2015 @ 22:18:14 Author: jlichtblau Revision: 145052
upgpkg: monit 5.15-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 2015-10-26 21:12:27 UTC (rev 145051) +++ PKGBUILD 2015-10-26 21:18:14 UTC (rev 145052) @@ -4,7 +4,7 @@ # Contributor: Marco Bartholomew <[email protected]> pkgname=monit -pkgver=5.14 +pkgver=5.15 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=('d0424c3ee8ed43d670ba039184a972ac9f3ad6f45b0806ec17c23820996256c6') +sha256sums=('deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: monit.changelog =================================================================== --- monit.changelog 2015-10-26 21:12:27 UTC (rev 145051) +++ monit.changelog 2015-10-26 21:18:14 UTC (rev 145052) @@ -1,3 +1,6 @@ +2015-10-26 Jaroslav Lichtblau <[email protected]> + * monit 5.15-1 + 2015-06-15 Jaroslav Lichtblau <[email protected]> * monit 5.14-1
