mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
redis: update to 3.2.6
This commit is contained in:
parent
b1d5de3747
commit
f0308e1f4f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'redis'
|
# Template file for 'redis'
|
||||||
pkgname=redis
|
pkgname=redis
|
||||||
version=3.2.5
|
version=3.2.6
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="jemalloc-devel"
|
makedepends="jemalloc-devel"
|
||||||
homepage="http://redis.io"
|
homepage="http://redis.io"
|
||||||
|
@ -8,7 +8,7 @@ distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
|
||||||
short_desc="Advanced key-value store"
|
short_desc="Advanced key-value store"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=8509ceb1efd849d6b2346a72a8e926b5a4f6ed3cc7c3cd8d9f36b2e9ba085315
|
checksum=2e1831c5a315e400d72bda4beaa98c0cfbe3f4eb8b20c269371634390cf729fa
|
||||||
|
|
||||||
system_accounts="redis"
|
system_accounts="redis"
|
||||||
redis_homedir="/var/lib/redis"
|
redis_homedir="/var/lib/redis"
|
||||||
|
|
Loading…
Add table
Reference in a new issue