Date: Wednesday, November 25, 2020 @ 17:20:14 Author: jlichtblau Revision: 761122
upgpkg: monit 5.27.1-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 2020-11-25 17:20:12 UTC (rev 761121) +++ PKGBUILD 2020-11-25 17:20:14 UTC (rev 761122) @@ -3,7 +3,7 @@ # Contributor: Marco Bartholomew <[email protected]> pkgname=monit -pkgver=5.27.0 +pkgver=5.27.1 pkgrel=1 pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system" arch=('x86_64') @@ -13,7 +13,7 @@ backup=('etc/monitrc') changelog=$pkgname.changelog source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz) -sha256sums=('d8c0deef624f193a952502fe9baabfa66e3d8d057df5738da43f9a37792afca4') +sha256sums=('f57408d16185687513a3c4eb3f2bb72eef76331ac16210e9652e846e5c84ed51') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: monit.changelog =================================================================== --- monit.changelog 2020-11-25 17:20:12 UTC (rev 761121) +++ monit.changelog 2020-11-25 17:20:14 UTC (rev 761122) @@ -1,3 +1,6 @@ +2020-11-25 Jaroslav Lichtblau <[email protected]> + * monit 5.27.1-1 + 2020-07-10 Jaroslav Lichtblau <[email protected]> * monit 5.27.0-1
