aboutsummaryrefslogtreecommitdiffstats
path: root/community/uacme/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/uacme/APKBUILD')
-rw-r--r--community/uacme/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/uacme/APKBUILD b/community/uacme/APKBUILD
index f8f2800eb99..04de44f962b 100644
--- a/community/uacme/APKBUILD
+++ b/community/uacme/APKBUILD
@@ -1,13 +1,13 @@
# Contributor: Eivind Uggedal <eu@eju.no>
# Maintainer: Eivind Uggedal <eu@eju.no>
pkgname=uacme
-pkgver=1.3
-pkgrel=2
+pkgver=1.7.5
+pkgrel=0
pkgdesc="Lightweight client for the RFC8555 ACMEv2 protocol"
url="https://github.com/ndilieto/uacme"
arch="all"
license="GPL-3.0-or-later ISC MIT"
-makedepends="openssl-dev curl-dev asciidoc"
+makedepends="openssl-dev>3 curl-dev asciidoc"
subpackages="$pkgname-doc"
options="!check" # no test suite
source="uacme-upstream-$pkgver.tar.gz::https://github.com/ndilieto/uacme/archive/upstream/$pkgver.tar.gz"
@@ -32,4 +32,6 @@ package() {
install -d "$pkgdir"/var/www/.well-known/acme-challenge
}
-sha512sums="a8e78f28a906fe511c2c61db47773cf73245d50e354a42f95931954f33d071a4a89262c1ed7da7cd1c8ed33ba66297585950ed73cb7cd6dba860e4280a7d964d uacme-upstream-1.3.tar.gz"
+sha512sums="
+51a588826b2d45900039544e7054cf9c1f2eef850310e6ad1acd4318968fb57fb41dd8ce500874cd9a6ae8a1eed228335146146a5d07fd6f63c35fc82d9b97e0 uacme-upstream-1.7.5.tar.gz
+"