mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/redis: Updated for version 3.2.6.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
008240ea7a
commit
090be3a386
3 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=redis
|
||||
VERSION=${VERSION:-3.2.3}
|
||||
VERSION=${VERSION:-3.2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="redis"
|
||||
VERSION="3.2.3"
|
||||
HOMEPAGE="http://redis.io/"
|
||||
DOWNLOAD="http://download.redis.io/releases/redis-3.2.3.tar.gz"
|
||||
MD5SUM="138209b54dfc9819e6aea7b9503f8bd3"
|
||||
VERSION="3.2.6"
|
||||
HOMEPAGE="https://redis.io/"
|
||||
DOWNLOAD="http://download.redis.io/releases/redis-3.2.6.tar.gz"
|
||||
MD5SUM="d0e81d1e19f673fd84d01784bf9fb5f0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -16,4 +16,4 @@ redis: add/remove elements, perform server side union, intersection,
|
|||
redis: Records are organized in hash table, B+ tree, or a fixed-length array.
|
||||
redis: Redis supports different kinds of sorting abilities.
|
||||
redis:
|
||||
redis: Homepage: http://redis.io/
|
||||
redis: Homepage: https://redis.io/
|
||||
|
|
Loading…
Reference in a new issue