mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
redis: bump version to 3.2.9
Remove sha1 hash. Upstream provides now a sha256 hash. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
58d34c15ad
commit
34761b2c40
@ -1,4 +1,2 @@
|
|||||||
# From https://github.com/antirez/redis-hashes/blob/master/README
|
# From https://github.com/antirez/redis-hashes/blob/master/README
|
||||||
sha1 6780d1abb66f33a97aad0edbe020403d0a15b67f redis-3.2.8.tar.gz
|
sha256 6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26 redis-3.2.9.tar.gz
|
||||||
# Calculated based on the hash above
|
|
||||||
sha256 61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c redis-3.2.8.tar.gz
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
REDIS_VERSION = 3.2.8
|
REDIS_VERSION = 3.2.9
|
||||||
REDIS_SITE = http://download.redis.io/releases
|
REDIS_SITE = http://download.redis.io/releases
|
||||||
REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
|
REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
|
||||||
REDIS_LICENSE_FILES = COPYING
|
REDIS_LICENSE_FILES = COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user