diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-30 10:38:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-30 10:38:12 -0300 |
commit | 2c94bd2955b56b177726687b71d4b443a8e1a9f3 (patch) | |
tree | 67bacd5fb46f35200c13f195a97641698b2c17cd /community/redis | |
parent | c38ea439c0779806288a1fa5bc6801c350623c6a (diff) | |
parent | c399070d50c89903ec1dea55aa4aa5147a367565 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/projectm/PKGBUILD
core/udev/PKGBUILD
extra/libdmapsharing/PKGBUILD
multilib/lib32-udev/PKGBUILD
multilib/wine/PKGBUILD
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 60f22d91b..1dbb52f23 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 47038 2011-05-14 10:40:55Z jelle $ +# $Id: PKGBUILD 48128 2011-05-28 22:25:50Z tdziedzic $ # 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.2.7 +pkgver=2.2.8 pkgrel=1 pkgdesc="Advanced key-value store" arch=('i686' 'x86_64' 'mips64el') @@ -18,7 +18,7 @@ backup=("etc/redis.conf" source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz" "redis.d" "redis.logrotate") -md5sums=('86937a61b9788d1d06fbfbd2bff03916' +md5sums=('106af5e3d4646588fd27be499227e14c' 'bf61968d18d0e42529880f5c488ea9ed' '9e2d75b7a9dc421122d673fe520ef17f') |