summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Wheelans2023-04-19 19:12:00 -0400
committerKevin Wheelans2023-04-19 19:12:00 -0400
commitb7623a01504bf7103766c369388e0caf7237281d (patch)
tree9c3284e975e2495a1cfeb91a62a617fe90ab771e /PKGBUILD
parent2c4461fb5f6d5412173612d83c9335feb86e75b8 (diff)
downloadaur-certbot-dns-google-domains.tar.gz
Update certbot-dns-google-domains to 0.1.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c222239bb8d..c10e7447ddb5 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.9
+pkgver=0.1.11
pkgrel=1
pkgdesc="A Certbot DNS Authenticator for Google Domains"
arch=("any")
@@ -16,7 +16,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=('17fdbfb03873ae059785728279d05cdec836211fcaa99a8672dda9a8a2b88495')
+sha256sums=('971ee263fc463b637fcf06c68c3559abd37f2b47efd48feb57af70552fbb1368')
build(){
cd "$pkgname-$pkgver"