redis: update to 4.0.6.

Closes: #9657 [via git-merge-pr]
This commit is contained in:
maxice8 2017-11-30 15:40:32 -02:00 committed by Jürgen Buchmüller
parent 7b81b7b3d7
commit 12df8cc600

View file

@ -1,14 +1,15 @@
# Template file for 'redis' # Template file for 'redis'
pkgname=redis pkgname=redis
version=4.0.2 version=4.0.6
revision=1 revision=1
makedepends="jemalloc-devel" makedepends="libatomic-devel jemalloc-devel"
checkdepends="tcl-devel"
homepage="http://redis.io" homepage="http://redis.io"
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz" 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=b1a0915dbc91b979d06df1977fe594c3fa9b189f1f3d38743a2948c9f7634813 checksum=769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa
system_accounts="redis" system_accounts="redis"
redis_homedir="/var/lib/redis" redis_homedir="/var/lib/redis"
@ -27,6 +28,9 @@ do_build() {
esac esac
make CC=$CC CFLAGS="$CFLAGS" MALLOC=${_malloc} ${makejobs} make CC=$CC CFLAGS="$CFLAGS" MALLOC=${_malloc} ${makejobs}
} }
do_check() {
make test
}
do_install() { do_install() {
make INSTALL_BIN=${DESTDIR}/usr/bin PREFIX=/usr install make INSTALL_BIN=${DESTDIR}/usr/bin PREFIX=/usr install
vlicense COPYING vlicense COPYING