summaryrefslogtreecommitdiff
path: root/testing/rathole/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rathole/APKBUILD')
-rw-r--r--testing/rathole/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rathole/APKBUILD b/testing/rathole/APKBUILD
index 5f328d06d2d..b68f0811f9a 100644
--- a/testing/rathole/APKBUILD
+++ b/testing/rathole/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=rathole
pkgver=0.4.2
-pkgrel=0
+pkgrel=1
pkgdesc="High-performance reverse proxy for NAT traversal"
url="https://github.com/rapiz1/rathole"
license="Apache-2.0"
arch="all !s390x !riscv64" # blocked by rust/cargo
-makedepends="cargo openssl-dev"
+makedepends="cargo openssl-dev>3"
source="https://github.com/rapiz1/rathole/archive/v$pkgver/rathole-$pkgver.tar.gz"
prepare() {