Skip to content
Snippets Groups Projects
Commit 89684062 authored by Stuart Cardall's avatar Stuart Cardall Committed by Andy Postnikov
Browse files

testing/getssl: upgrade to 2.11

* fixes: getssl: Error registering account ... JWS has no anti-replay nonce

	https://github.com/srvrco/getssl/issues/423
parent 1d7decf8
No related branches found
No related tags found
No related merge requests found
# Maintainer: Leo Unglaub <leo@unglaub.at> # Maintainer: Leo Unglaub <leo@unglaub.at>
pkgname=getssl pkgname=getssl
pkgver=2.10 pkgver=2.11
pkgrel=1 pkgrel=0
pkgdesc="A pure shell implementation of the LetsEncrypt ACME protocol." pkgdesc="A pure shell implementation of the LetsEncrypt ACME protocol."
url="https://github.com/srvrco/getssl" url="https://github.com/srvrco/getssl"
arch="noarch" arch="noarch"
license="GPL-3.0" license="GPL-3.0"
depends="curl bash" depends="curl bash"
options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/srvrco/$pkgname/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/srvrco/$pkgname/archive/v$pkgver.tar.gz"
package () { package () {
cd "$srcdir/getssl-$pkgver"
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
sha512sums="47cabf5b1aefd8095548c692cbd9b982e53541f72d932acded2cd0ff2e7b780eb765e45ac0e86be9024e78293e76d5731e705eef7b7f18999c6477c130225e0a getssl-2.10.tar.gz" sha512sums="c6a74b9bc4a8ab22975c3d75354978fb96dd31fc3fe4de2712b47150e183afc1de015e3756fa8c82bc5255a19202e4799f4454f17963de538cfd4b409095cae7 getssl-2.11.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