summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Wheelans2023-03-03 20:38:17 -0500
committerKevin Wheelans2023-03-03 20:38:17 -0500
commit56a1492fbd55a8ff1a9dd183bfdb88c0d8ba9d06 (patch)
treeec46a47060ab09d0d33eada172731f39e95b8c90
parent5ad98d1a5645a6bc611705becd03712e2929075f (diff)
downloadaur-56a1492fbd55a8ff1a9dd183bfdb88c0d8ba9d06.tar.gz
Update certbot-dns-google-domains to 0.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f85a6af2149..1c0ecb9f28e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = certbot-dns-google-domains
pkgdesc = A Certbot DNS Authenticator for Google Domains
- pkgver = 0.1.4
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/aaomidi/certbot-dns-google-domains
arch = any
@@ -12,7 +12,7 @@ pkgbase = certbot-dns-google-domains
depends = certbot>=1.23.0
depends = python-zope-interface>=5.5.0
depends = python-dataclasses-json
- source = https://github.com/aaomidi/certbot-dns-google-domains/archive/refs/tags/v0.1.4.tar.gz
- sha256sums = 13aa13877d2fa5dabcb7d6674a95534256ec5eebf2d16b8c104d872d7e2a3673
+ source = https://github.com/aaomidi/certbot-dns-google-domains/archive/refs/tags/v0.1.6.tar.gz
+ sha256sums = 5d9a60ff0c783aac0ebddb3fadea0efb312775b971f6649eac4e238c3ee759fc
pkgname = certbot-dns-google-domains
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"