diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-23 03:27:46 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-23 03:27:46 +0000 |
commit | 0459e6459ee534bf22ab8a5381cd485e6035e9e2 (patch) | |
tree | 605a15ed18dc37695caaeb02271fdd06320a00f3 /community/redis | |
parent | d4b7ceefdfb9c828799749419e8f8f7a36c2d7b8 (diff) |
Wed Apr 23 03:24:08 UTC 2014
Diffstat (limited to 'community/redis')
-rw-r--r-- | community/redis/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD index 99cb22424..4a204a048 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 108268 2014-03-25 18:03:08Z spupykin $ +# $Id: PKGBUILD 109955 2014-04-22 14:53:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jan-Erik Rediger <badboy at archlinux dot us> # Contributor: nofxx <x@<nick>.com> pkgname=redis -pkgver=2.8.8 +pkgver=2.8.9 pkgrel=1 pkgdesc="Advanced key-value store" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ source=("http://download.redis.io/releases/redis-$pkgver.tar.gz" "redis.service" "redis.logrotate" "redis.tmpfiles.d") -md5sums=('f3af82ca88b9d84c81d0b77614d07426' +md5sums=('3c106b0f1128dc930684e2da88b2a03d' '5320aa6d0f31aadc1d6202ca40425aea' '9e2d75b7a9dc421122d673fe520ef17f' 'dd9ab8022b4d963b2e5899170dfff490') |