Date: Monday, February 10, 2020 @ 07:05:03 Author: felixonmars Revision: 565688
upgpkg: acme.sh 2.8.5-1 Modified: acme.sh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-10 07:04:42 UTC (rev 565687) +++ PKGBUILD 2020-02-10 07:05:03 UTC (rev 565688) @@ -2,7 +2,7 @@ # Contributor: Gavin Lloyd <[email protected]> pkgname=acme.sh -pkgver=2.8.4 +pkgver=2.8.5 pkgrel=1 pkgdesc='An ACME Shell script, an acme client alternative to certbot' arch=('any') @@ -11,7 +11,7 @@ depends=('bash') optdepends=('socat: for standalone mode') source=("$pkgname-$pkgver.tar.gz::https://github.com/Neilpang/acme.sh/archive/$pkgver.tar.gz") -sha512sums=('84e0935807d6f60569d1802995da02bdb88518bd1b4e42a970e8b18fb42d0c16d4c64cb17c319b6b1c857c84008623c80707648c1b489096482a8e2d18d71ea3') +sha512sums=('db355d8c60c61b632c62dda376e71c438035d3eaf5630a6dc3ca241f6d988216f046e1588ccfe3da955aacb7897cefac5a8c7b6868f12af8f422182c52ed7b72') package() { cd $pkgname-$pkgver
