ports/contrib (3.6): redis: adopted port
commit 75ee6abe71f1509d2d0114adddb689858a6fb95c Author: Tim Biermann <tbier@posteo.de> Date: Mon Feb 1 10:42:29 2021 +0000 redis: adopted port diff --git a/redis/.signature b/redis/.signature index a3ed010b4..9b277309e 100644 --- a/redis/.signature +++ b/redis/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34V0bTVXpPd6RKgSEVHqBBrR2HGpuch9gzuevYuFYFglXDrFHKSk6iOvy42L/85GUK7KT/GaeggIZA8coxMqJQ8= -SHA256 (Pkgfile) = 4a94695c88015d79586a0d6dfa23849f9d7aff5cfd762536f799027eab5cd71f +RWSagIOpLGJF365LBAaNo0HAJuEWH5cFYg/rmVgUTByeJ2Abghdsb4j8dWpKGxHUW924BHY2zNC6hi106XddGtPuwJoDoskk0gc= +SHA256 (Pkgfile) = de7008426cf04d00814ec47a2b8d0d5c03125238e73aef0f294c0f87e95bf226 SHA256 (.footprint) = c21eb747e36a5bc027c6f1560b36c4528d5673135a7d228b13009d9a99de969f SHA256 (redis-6.0.10.tar.gz) = 79bbb894f9dceb33ca699ee3ca4a4e1228be7fb5547aeb2f99d921e86c1285bd SHA256 (redis.conf) = c392fe6bb36ba7970561d97e2214e4a916193c32e12a82d1b8cb2dc12dac377f diff --git a/redis/Pkgfile b/redis/Pkgfile index 05f5fe5f6..23754d06e 100644 --- a/redis/Pkgfile +++ b/redis/Pkgfile @@ -1,13 +1,12 @@ # Description: An open source, advanced key-value store -# URL: https://redis.io -# Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: James Mills, prologic at shortcircuit dot net dot au +# URL: https://redis.io +# Maintainer: Tim Biermann, tbier at posteo dot de name=redis version=6.0.10 release=1 -source=(http://download.redis.io/releases/$name-$version.tar.gz redis.conf \ -redis.rc) +source=(https://download.redis.io/releases/$name-$version.tar.gz redis.conf + redis.rc) build() { cd $name-$version/src
participants (1)
-
crux@crux.nu