aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-01-18 13:02:10 +0000
committerpsykose <alice@ayaya.dev>2023-01-18 14:02:10 +0100
commit0aa04028a3024721f58cc994d080c00054e3b827 (patch)
treee30eed276a2715320d294c7c61545e09b6e23241
parent3810f720fc08e2ab24282f5bd3168dba9a42b53a (diff)
downloadaports-0aa04028a3024721f58cc994d080c00054e3b827.tar.gz
aports-0aa04028a3024721f58cc994d080c00054e3b827.tar.bz2
aports-0aa04028a3024721f58cc994d080c00054e3b827.tar.xz
main/hiredis: rename tarball
conflict with old community/py3-hiredis tarball for 1.1.0
-rw-r--r--main/hiredis/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/hiredis/APKBUILD b/main/hiredis/APKBUILD
index 6c19bc09dc2..6e9b05af8a3 100644
--- a/main/hiredis/APKBUILD
+++ b/main/hiredis/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hiredis
pkgver=1.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Minimalistic C client library for Redis"
url="https://github.com/redis/hiredis"
arch="all"
@@ -10,7 +10,7 @@ license="BSD-3-Clause"
makedepends="openssl-dev>3"
checkdepends="redis"
subpackages="$pkgname-ssl $pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver-99.tar.gz::$url/archive/v$pkgver.tar.gz"
options="!check" # fail with redis 7 for now for some reason
build() {
@@ -46,5 +46,5 @@ ssl() {
}
sha512sums="
-9dad012c144ed24de6aa413a3a10d19a9d0d9ece18dbc388406cd86c5b98cb66c76c586cb559c601ed13a75051d8921dc2882534cc3605513fde47d57276c3bb hiredis-1.1.0.tar.gz
+9dad012c144ed24de6aa413a3a10d19a9d0d9ece18dbc388406cd86c5b98cb66c76c586cb559c601ed13a75051d8921dc2882534cc3605513fde47d57276c3bb hiredis-1.1.0-99.tar.gz
"