summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodolphe Breard2019-05-11 18:55:51 +0200
committerRodolphe Breard2019-05-11 18:55:51 +0200
commit520a9d7a88dcf356fcc021421301dd88f18c4449 (patch)
treec0dee53e8cabd136331f64eaec7bad976e6b58a9
parent84e69fe6a7c566780ff8128fc111955449499e39 (diff)
downloadaur-520a9d7a88dcf356fcc021421301dd88f18c4449.tar.gz
Update the checksums
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7aa070e57216..0933760bfd24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rodolphe Bréard <packages@what.tf>
pkgname=acmed
pkgver=0.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="An ACME (RFC 8555) client daemon"
arch=('x86_64')
url="https://github.com/breard-r/acmed/archive/v${pkgver}.tar.gz"
@@ -12,7 +12,7 @@ backup=('etc/acmed/acmed.toml')
source=("$pkgname-$pkgver.tar.gz::https://github.com/breard-r/$pkgname/archive/v$pkgver.tar.gz"
"acmed.service")
md5sums=('0356a1a3136b6ce6a724907f08e8fd21'
- '1de03545d8b78086878e3857d3ba8bee')
+ '2e56b46374c658969da97f6dd771a9c9')
build() {
cd "$pkgname-$pkgver"