Skip to content

Commit

Permalink
redis: Securely download source with HTTPS (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Apr 30, 2021
1 parent 306a489 commit 9ebcf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# BEE_VERSION redis-5.0.7-1

#SRCURL[0]="http://download.redis.io/releases/redis-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://download.redis.io/releases/redis-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/612ec43075a888bc8b8a7dd8ccb2e0f7/redis-5.0.7.tar.gz"

# PATCHURL+=()
Expand Down

0 comments on commit 9ebcf7f

Please sign in to comment.