redis: Update from 4.0.8 to 4.0.9

This commit is contained in:
Fredrik Fornwall 2018-04-28 22:24:27 +02:00
parent e7b3479205
commit ee00525e7e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://redis.io/
TERMUX_PKG_DESCRIPTION="In-memory data structure store used as a database, cache and message broker"
TERMUX_PKG_VERSION=4.0.8
TERMUX_PKG_SHA256=ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
TERMUX_PKG_VERSION=4.0.9
TERMUX_PKG_SHA256=df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510
TERMUX_PKG_SRCURL=http://download.redis.io/releases/redis-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_CONFFILES="etc/redis.conf"