summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 466847ae3a3e..a41d002435d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = uacme
pkgdesc = An ACMEv2 client written in plain C with minimal dependencies
- pkgver = 1.7.3
+ pkgver = 1.7.4
pkgrel = 1
url = https://github.com/ndilieto/uacme/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = uacme
depends = curl
depends = gnutls
optdepends = libev: for ualpn
- source = uacme-1.7.3::git+https://github.com/ndilieto/uacme.git#tag=8bea677e43dbc6301f4d94cdb29478bf8fabb54a?signed
+ source = uacme-1.7.4::git+https://github.com/ndilieto/uacme.git#tag=5ed512372499aefe9f431b4a6fcb3ed2faa6d841?signed
validpgpkeys = 243828049BB5F549446516E24142E3D6318A7874
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 754601576e17..666bc04becd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sam Stuewe <halosghost at archlinux dot info>
pkgname=uacme
-pkgver=1.7.3
-_pkgsha=8bea677e43dbc6301f4d94cdb29478bf8fabb54a # git show-ref upstream/$pkgver
+pkgver=1.7.4
+_pkgsha=5ed512372499aefe9f431b4a6fcb3ed2faa6d841 # git show-ref upstream/$pkgver
pkgrel=1
pkgdesc='An ACMEv2 client written in plain C with minimal dependencies'
arch=('i686' 'x86_64')