mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/redis: Updated for version 2.8.19.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
d9ff997b5f
commit
693f733238
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for redis
|
||||
|
||||
# Copyright 2010 Kuroi Kenshi <kuroi_kenshi96@yahoo.com>
|
||||
# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=redis
|
||||
VERSION=${VERSION:-2.8.17}
|
||||
VERSION=${VERSION:-2.8.19}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="redis"
|
||||
VERSION="2.8.17"
|
||||
VERSION="2.8.19"
|
||||
HOMEPAGE="http://redis.io/"
|
||||
DOWNLOAD="http://download.redis.io/releases/redis-2.8.17.tar.gz"
|
||||
MD5SUM="69023c3005664602268a5e2dbe23425c"
|
||||
DOWNLOAD="http://download.redis.io/releases/redis-2.8.19.tar.gz"
|
||||
MD5SUM="3794107224043465603f48941f5c86a7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue