Date: Saturday, March 28, 2015 @ 10:47:35 Author: jlichtblau Revision: 130066
upgpkg: monit 5.12.2-1 Modified: monit/trunk/PKGBUILD monit/trunk/monit.changelog -----------------+ PKGBUILD | 4 ++-- monit.changelog | 43 +++++++++++++++++++++++-------------------- 2 files changed, 25 insertions(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-28 09:45:55 UTC (rev 130065) +++ PKGBUILD 2015-03-28 09:47:35 UTC (rev 130066) @@ -4,7 +4,7 @@ # Contributor: Marco Bartholomew <[email protected]> pkgname=monit -pkgver=5.11 +pkgver=5.12.2 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=('d507957b1e18e6f45af5a4d3f94529ab22b26f522f5f62287919bc905c44283a') +sha256sums=('8ab0296d1aa2351b1573481592d7b5e06de1edd49dff1b5552839605a450914c') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: monit.changelog =================================================================== --- monit.changelog 2015-03-28 09:45:55 UTC (rev 130065) +++ monit.changelog 2015-03-28 09:47:35 UTC (rev 130066) @@ -1,61 +1,64 @@ -2015-01-27 Jaroslav Lichtblau <[email protected]> +2015-03-28 Jaroslav Lichtblau <[email protected]> + * monit 5.12.2-1 + +2015-01-27 Jaroslav Lichtblau <[email protected]> * monit 5.11-1 -2014-10-30 Jaroslav Lichtblau <[email protected]> +2014-10-30 Jaroslav Lichtblau <[email protected]> * monit 5.10-1 -2014-10-16 Jaroslav Lichtblau <[email protected]> +2014-10-16 Jaroslav Lichtblau <[email protected]> * monit 5.9-1 -2014-05-14 Jaroslav Lichtblau <[email protected]> +2014-05-14 Jaroslav Lichtblau <[email protected]> * monit 5.8.1-1 -2014-04-02 Jaroslav Lichtblau <[email protected]> +2014-04-02 Jaroslav Lichtblau <[email protected]> * monit 5.8-1 -2014-03-01 Jaroslav Lichtblau <[email protected]> +2014-03-01 Jaroslav Lichtblau <[email protected]> * monit 5.7-1 -2013-09-28 Jaroslav Lichtblau <[email protected]> +2013-09-28 Jaroslav Lichtblau <[email protected]> * monit 5.6-1 -2012-10-28 Jaroslav Lichtblau <[email protected]> +2012-10-28 Jaroslav Lichtblau <[email protected]> * monit 5.5-2 systemd .service file added -2012-10-02 Jaroslav Lichtblau <[email protected]> +2012-10-02 Jaroslav Lichtblau <[email protected]> * monit 5.5-1 -2012-05-20 Jaroslav Lichtblau <[email protected]> +2012-05-20 Jaroslav Lichtblau <[email protected]> * monit 5.4-1 -2012-03-18 Jaroslav Lichtblau <[email protected]> +2012-03-18 Jaroslav Lichtblau <[email protected]> * monit 5.3.2-1 -2011-11-20 Jaroslav Lichtblau <[email protected]> +2011-11-20 Jaroslav Lichtblau <[email protected]> * monit 5.3.1-1 -2011-10-09 Jaroslav Lichtblau <[email protected]> +2011-10-09 Jaroslav Lichtblau <[email protected]> * monit 5.3-1 -2011-07-19 Jaroslav Lichtblau <[email protected]> +2011-07-19 Jaroslav Lichtblau <[email protected]> * monit 5.2.5-1 -2011-03-21 Jaroslav Lichtblau <[email protected]> +2011-03-21 Jaroslav Lichtblau <[email protected]> * monit 5.2.4-1 -2010-11-24 Jaroslav Lichtblau <[email protected]> +2010-11-24 Jaroslav Lichtblau <[email protected]> * monit 5.2.3-1 -2010-09-26 Jaroslav Lichtblau <[email protected]> +2010-09-26 Jaroslav Lichtblau <[email protected]> * monit 5.2-1 -2010-08-30 Jaroslav Lichtblau <[email protected]> +2010-08-30 Jaroslav Lichtblau <[email protected]> * monit 5.1.1-2 * fixed FS#20666 -2010-08-29 Jaroslav Lichtblau <[email protected]> +2010-08-29 Jaroslav Lichtblau <[email protected]> * monit 5.1.1-1 * fixed FS#20559 -2009-12-21 Jaroslav Lichtblau <[email protected]> +2009-12-21 Jaroslav Lichtblau <[email protected]> * monit 5.0.3-1
