Skip to content
Snippets Groups Projects
Commit 27bb2fd5 authored by Patrycja Rosa's avatar Patrycja Rosa :cat:
Browse files

community/acme-client: update source url

data.wolfsden.cz still returns 404, and we purged the distfiles at some point
parent 9a4139b1
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,21 @@
# Maintainer: Jordan Christiansen <xordspar0@gmail.com>
pkgname=acme-client
pkgver=1.3.3
pkgrel=0
pkgrel=1
pkgdesc="Client for issuing certificates from ACME-complaint servers"
url="https://git.wolfsden.cz/acme-client-portable"
arch="all"
license="GPL-2.0-only"
makedepends="openssl-dev>3 byacc automake autoconf"
subpackages="$pkgname-doc"
#source="https://data.wolfsden.cz/sources/acme-client-$pkgver.tar.gz"
source="https://distfiles.alpinelinux.org/distfiles/edge/acme-client-$pkgver.tar.gz"
source="$pkgname-$pkgver-1.tar.gz::https://git.wolfsden.cz/acme-client-portable/snapshot/acme-client-portable-$pkgver.tar.gz"
options="!check" # Tests require modifying /etc/hosts
builddir="$srcdir/acme-client-portable-$pkgver"
prepare() {
default_prepare
autoreconf -fvi
}
build() {
./configure \
......@@ -29,5 +34,5 @@ package() {
}
sha512sums="
777ddab48300b12fb0a48feffa45a9d7a4f60615373a62248f89423497a348b39616bf19254b3f1a048975b0cde214e9347c8b6342cde9aeb10a81708003e58b acme-client-1.3.3.tar.gz
cf5dee80217ffb2abfe297a0103cfd962ffbf195c60688d655520f010e022519e188c46d00a90ad20ba2b5103f260b481e3c0366152d97a433aa1e789df11a36 acme-client-1.3.3-1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment