summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/uacme/APKBUILD (renamed from testing/uacme/APKBUILD)6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/uacme/APKBUILD b/community/uacme/APKBUILD
index 1906112ba4f..f05749a98dd 100644
--- a/testing/uacme/APKBUILD
+++ b/community/uacme/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Eivind Uggedal <eu@eju.no>
# Maintainer: Eivind Uggedal <eu@eju.no>
pkgname=uacme
-pkgver=1.0.11
+pkgver=1.0.12
pkgrel=0
pkgdesc="Lightweight client for the RFC8555 ACMEv2 protocol"
url="https://github.com/ndilieto/uacme"
@@ -9,7 +9,7 @@ arch="all"
license="GPL-3.0-or-later ISC MIT"
makedepends="openssl-dev curl-dev asciidoc"
subpackages="$pkgname-doc"
-options="!check"
+options="!check" # no test suite
source="uacme-$pkgver.tar.gz::https://github.com/ndilieto/uacme/archive/v$pkgver.tar.gz"
build() {
@@ -29,4 +29,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="895ada9a4beabf1d767a2cc8ead264c300e776c0690e0e8e49fb779fb03063306e89910d804ab025888e0ff9ccb94a500aa3c040f2905e1c463f368a66d05de6 uacme-1.0.11.tar.gz"
+sha512sums="10ea38a23d2e728655a9a626f7167e6795f13d5904f47a0feb0a19bea1280fd47aec8d6a6098686748899a8f0bdf79e82e18e6a8314f8793b30acf00a9f72af3 uacme-1.0.12.tar.gz"