summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2023-04-11 15:02:05 +0200
committerAlphaJack2023-04-11 15:02:05 +0200
commitef28d7a27dc54585b799e7cedf3d35b901506214 (patch)
tree04f80b911c6244b2bba6c7ea5f2dd5d3967f7af8
parent9e933c3affe5fd4675a67adf9495a694835c26c9 (diff)
downloadaur-ef28d7a27dc54585b799e7cedf3d35b901506214.tar.gz
Updated certbot-dns-porkbun to 0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead0ad062e09..83f780899cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = certbot-dns-porkbun
pkgdesc = Plugin for certbot to obtain certificates using a DNS TXT record for Porkbun domains
- pkgver = 0.7
+ pkgver = 0.8
pkgrel = 1
url = https://github.com/infinityofspace/certbot_dns_porkbun
arch = any
@@ -13,7 +13,7 @@ pkgbase = certbot-dns-porkbun
depends = python-dnspython
depends = python-pkb-client
depends = python-requests
- source = https://github.com/infinityofspace/certbot_dns_porkbun/archive/refs/tags/v0.7.tar.gz
- sha256sums = 3454939c79fb937e3e23891ae5ec606d732edf6d468ad9433985ec6d0138d90b
+ source = https://github.com/infinityofspace/certbot_dns_porkbun/archive/refs/tags/v0.8.tar.gz
+ sha256sums = e6859fe7afec606e8303c4fcd4fc52570eeaf5a4b143f57a773220f18a51d297
pkgname = certbot-dns-porkbun
diff --git a/PKGBUILD b/PKGBUILD
index 15478023f9a2..250ef70eeaaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="certbot-dns-porkbun"
-pkgver=0.7
+pkgver=0.8
pkgrel=1
pkgdesc="Plugin for certbot to obtain certificates using a DNS TXT record for Porkbun domains"
arch=("any")
@@ -13,7 +13,7 @@ depends=("certbot>=1.18.0"
"python-requests")
makedepends=("python-build" "python-installer" "python-setuptools" "python-wheel")
source=("https://github.com/infinityofspace/certbot_dns_porkbun/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('3454939c79fb937e3e23891ae5ec606d732edf6d468ad9433985ec6d0138d90b')
+sha256sums=('e6859fe7afec606e8303c4fcd4fc52570eeaf5a4b143f57a773220f18a51d297')
build(){
cd "certbot_dns_porkbun-$pkgver"