diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-05 08:43:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-05 08:44:30 +0000 |
commit | 67fddeea7fa6e6f8c87b9e27dfc879aec1526243 (patch) | |
tree | af7dd8b7c6f821d03062b152ec72f4426ed0b241 /testing/redis/APKBUILD | |
parent | 5e28f200b02cb5cebd8bb7d450f5f49e6288e581 (diff) | |
download | aports-67fddeea7fa6e6f8c87b9e27dfc879aec1526243.tar.bz2 aports-67fddeea7fa6e6f8c87b9e27dfc879aec1526243.tar.xz |
testing/redis: fix path to logfile for logrotate
Diffstat (limited to 'testing/redis/APKBUILD')
-rw-r--r-- | testing/redis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/redis/APKBUILD b/testing/redis/APKBUILD index e0e0e908c6..a2fd45bb14 100644 --- a/testing/redis/APKBUILD +++ b/testing/redis/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=redis pkgver=2.4.14 -pkgrel=1 +pkgrel=2 pkgdesc="Advanced key-value store" url="http://redis.googlecode.com" arch="all" @@ -68,5 +68,5 @@ package() { md5sums="1bc8f833b955ef119d643da08084433f redis-2.4.14.tar.gz 7fb0daf8dcfcda6fd6291dc0291ce579 redis.initd -9e2d75b7a9dc421122d673fe520ef17f redis.logrotate +f49b80f4418f456dbf865a32443d4d1d redis.logrotate bf204d560e41b854297c60aff8d862d5 redis.confd" |