mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
redis: update to 4.0.8.
This commit is contained in:
parent
8b1db3d160
commit
698a3beebf
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=4.0.7
|
version=4.0.8
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="libatomic-devel jemalloc-devel"
|
makedepends="libatomic-devel jemalloc-devel"
|
||||||
checkdepends="tcl-devel"
|
checkdepends="tcl-devel"
|
||||||
|
@ -9,7 +9,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=1bba546d44fb40e1fd8be1a15e1a9cc6484bceeea0bbd52919eebc656661ecd1
|
checksum=ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
|
||||||
|
|
||||||
system_accounts="redis"
|
system_accounts="redis"
|
||||||
redis_homedir="/var/lib/redis"
|
redis_homedir="/var/lib/redis"
|
||||||
|
|
Loading…
Add table
Reference in a new issue