Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis: update to 7.0.4. #38810

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/redis/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'redis'
pkgname=redis
version=6.0.9
version=7.0.5
revision=1
makedepends="jemalloc-devel libatomic-devel"
checkdepends="tcl-devel procps-ng"
checkdepends="pkg-config procps-ng tcl-devel which"
short_desc="Advanced key-value store"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://redis.io"
changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
changelog="https://raw.githubusercontent.com/antirez/redis/${version%.*}/00-RELEASENOTES"
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
checksum=dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd
checksum=67054cc37b58c125df93bd78000261ec0ef4436a26b40f38262c780e56315cc3

system_accounts="redis"
redis_homedir="/var/lib/redis"
Expand Down