summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Wheelans2023-03-03 20:38:17 -0500
committerKevin Wheelans2023-03-03 20:38:17 -0500
commit56a1492fbd55a8ff1a9dd183bfdb88c0d8ba9d06 (patch)
treeec46a47060ab09d0d33eada172731f39e95b8c90 /PKGBUILD
parent5ad98d1a5645a6bc611705becd03712e2929075f (diff)
downloadaur-56a1492fbd55a8ff1a9dd183bfdb88c0d8ba9d06.tar.gz
Update certbot-dns-google-domains to 0.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91e74f952e6b..132c0c9f47b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kevin Wheelans <kevin dot wheelans at proton dot me>
pkgname="certbot-dns-google-domains"
-pkgver=0.1.4
+pkgver=0.1.6
pkgrel=1
pkgdesc="A Certbot DNS Authenticator for Google Domains"
arch=("any")
@@ -13,7 +13,7 @@ depends=("certbot>=1.23.0"
)
makedepends=("python-build" "python-installer" "python-poetry-core" "python-wheel")
source=("https://github.com/aaomidi/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('13aa13877d2fa5dabcb7d6674a95534256ec5eebf2d16b8c104d872d7e2a3673')
+sha256sums=('5d9a60ff0c783aac0ebddb3fadea0efb312775b971f6649eac4e238c3ee759fc')
build(){
cd "$pkgname-$pkgver"