summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2023-11-16 15:23:53 +0100
committerArthur Vuillard2023-11-16 15:23:53 +0100
commitec64e635bad421e8bbbad7204c2368b0586928b9 (patch)
treea848e1cc09640c3d125d9ee40da25c9e4cefe452
parent198472cecb5adfc8f553cb960903c681545b46a9 (diff)
downloadaur-certbot-dns-gandi.tar.gz
update to 1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a28fa073bb5..1ecd073cb686 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = certbot-dns-gandi
pkgdesc = gandi DNS authenticator plugin for certbot
- pkgver = 1.4.3
- pkgrel = 2
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://github.com/obynio/certbot-plugin-gandi
arch = any
license = MIT
@@ -10,9 +10,9 @@ pkgbase = certbot-dns-gandi
depends = certbot
provides = certbot-dns-gandi
backup = etc/letsencrypt/gandi.ini
- source = https://github.com/obynio/certbot-plugin-gandi/archive/refs/tags/1.4.3.zip
+ source = https://github.com/obynio/certbot-plugin-gandi/archive/refs/tags/1.5.0.zip
source = gandi.ini
- sha256sums = 7f076d8cc03b58e0a9763378dee6ab39057769405578ad27c690c5f94a3c8e5c
+ sha256sums = 8a11257b9b2687221378faf7267c7350b1475bcdbb54bb4c8f2ec72ed7ff05f0
sha256sums = dff9eaa13a927429a407a7e152690c5c10f51b6fa426f1ea29787728eeab8279
pkgname = certbot-dns-gandi
diff --git a/PKGBUILD b/PKGBUILD
index c5f65e5c2e85..4915a1f5e83e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
_pkgname="certbot-plugin-gandi"
pkgname="certbot-dns-gandi"
pkgdesc="gandi DNS authenticator plugin for certbot"
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
arch=("any")
url="https://github.com/obynio/${_pkgname}"
license=("MIT")
@@ -16,7 +16,7 @@ source=(
"${url}/archive/refs/tags/${pkgver}.zip"
"gandi.ini"
)
-sha256sums=('7f076d8cc03b58e0a9763378dee6ab39057769405578ad27c690c5f94a3c8e5c'
+sha256sums=('8a11257b9b2687221378faf7267c7350b1475bcdbb54bb4c8f2ec72ed7ff05f0'
'dff9eaa13a927429a407a7e152690c5c10f51b6fa426f1ea29787728eeab8279')
package() {