mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
redis: update to 5.0.6.
This commit is contained in:
parent
77747552ab
commit
364f01277c
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'redis'
|
# Template file for 'redis'
|
||||||
pkgname=redis
|
pkgname=redis
|
||||||
version=5.0.5
|
version=5.0.6
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="jemalloc-devel libatomic-devel"
|
makedepends="jemalloc-devel libatomic-devel"
|
||||||
checkdepends="tcl-devel"
|
checkdepends="tcl-devel procps-ng"
|
||||||
short_desc="Advanced key-value store"
|
short_desc="Advanced key-value store"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://redis.io"
|
homepage="https://redis.io"
|
||||||
changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
|
changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
|
||||||
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2139009799d21d8ff94fc40b7f36ac46699b9e1254086299f8d3b223ca54a375
|
checksum=6624841267e142c5d5d5be292d705f8fb6070677687c5aad1645421a936d22b3
|
||||||
|
|
||||||
system_accounts="redis"
|
system_accounts="redis"
|
||||||
redis_homedir="/var/lib/redis"
|
redis_homedir="/var/lib/redis"
|
||||||
|
|
Loading…
Add table
Reference in a new issue