diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-22 11:48:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-22 11:48:08 -0300 |
commit | dfccf2688839095bf2917186529e15f438a86a27 (patch) | |
tree | 79e7fcbe95952d0361e4d69590ce1dc6fde15468 /community/monit/PKGBUILD | |
parent | ddb6519616b89709bff2278f935b735e67426504 (diff) | |
parent | 859f538490d5f7a35356c8813cf5757b175eea98 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/mingw32-binutils/PKGBUILD
community/numlockx/PKGBUILD
community/slock/PKGBUILD
extra/graphviz/PKGBUILD
Diffstat (limited to 'community/monit/PKGBUILD')
-rw-r--r-- | community/monit/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD index 75e53a90c..d421c3f6d 100644 --- a/community/monit/PKGBUILD +++ b/community/monit/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56616 2011-10-09 07:21:54Z jlichtblau $ +# $Id: PKGBUILD 58923 2011-11-20 11:30:07Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> # Contributor: Marco Bartholomew <marco@marcobartholomew.com> pkgname=monit -pkgver=5.3 +pkgver=5.3.1 pkgrel=1 pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ backup=('etc/monitrc') changelog=$pkgname.changelog source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \ monitd) -sha256sums=('a336d275ac8176c6cdf50f971d2e42325e74af713ae77afa9f005a29db06981e' +sha256sums=('91a3f15c11a9b9e60e6e3b963f9f4af2acf5ca50ac6dc047d94ce50e966addc6' 'b235b2fdeec49015d6b74f028d161b289663692f9ee2d2d78cf52d8db87ca496') build() { |