diff options
Diffstat (limited to 'community/gearmand/PKGBUILD')
-rw-r--r-- | community/gearmand/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gearmand/PKGBUILD b/community/gearmand/PKGBUILD index f0f325628..894a79528 100644 --- a/community/gearmand/PKGBUILD +++ b/community/gearmand/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 102452 2013-12-11 14:33:31Z mtorromeo $ +# $Id: PKGBUILD 105677 2014-02-13 14:56:45Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # Contributor: Lev Lybin <lev.lybin@gmail.com> # Contributor: Vadym Abramchuk <abramm@gmail.com> # Contributor: John Gerritse <reaphsharc@gmail.com> pkgname=gearmand -pkgver=1.1.11 +pkgver=1.1.12 pkgrel=1 pkgdesc="Distributed job queue server." arch=('i686' 'x86_64') @@ -45,6 +45,6 @@ package() { install -Dm644 gearmand.conf "$pkgdir/etc/gearmand.conf" } -sha256sums=('a175cbdeabe8102796418a516532adad58abd5e355365c78b6a234e544655825' +sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb' 'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33' '6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506') |