summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorf43nd1r2024-03-13 19:05:56 +0100
committerf43nd1r2024-03-13 19:05:56 +0100
commit9d23a528fcaed9dfcbcb8839ae6d765e25241f8a (patch)
tree60340d5b2283475b96bb7ba82d4fce802b1d0506
parent79d64fae14c23f739aa2ead6cfb5e22f9118de03 (diff)
downloadaur-9d23a528fcaed9dfcbcb8839ae6d765e25241f8a.tar.gz
update to v1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ece8d67480b..ae37795d6aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-certbot-dns-netcup
pkgdesc = netcup DNS Authenticator plugin for Certbot
- pkgver = 1.3.0
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/coldfix/certbot-dns-netcup
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-certbot-dns-netcup
makedepends = python-setuptools
depends = certbot>=0.31.0
depends = dns-lexicon>=3.2.3
- source = https://files.pythonhosted.org/packages/source/c/certbot-dns-netcup/certbot-dns-netcup-1.3.0.tar.gz
- sha256sums = 557b52d2db3e3090f8648ce69668ce9bab1e1d7d3f93f101e88306d20e949a24
+ source = https://github.com/coldfix/certbot-dns-netcup/archive/refs/tags/v1.4.3.tar.gz
+ sha256sums = f817dc36ba293e3f355b711df30271019fabbd51a18575302eb594e133feaa74
pkgname = python-certbot-dns-netcup
diff --git a/PKGBUILD b/PKGBUILD
index 8b6bf81be877..d2e04ce52fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Python package author: Thomas Gläßle <thomas@coldfix.de>
_name=certbot-dns-netcup
pkgname=python-$_name
-pkgver=1.3.0
+pkgver=1.4.3
pkgrel=1
pkgdesc="netcup DNS Authenticator plugin for Certbot"
arch=(any)
@@ -10,8 +10,8 @@ url="https://github.com/coldfix/certbot-dns-netcup"
license=("Apache")
depends=("certbot>=0.31.0" "dns-lexicon>=3.2.3")
makedepends=("python" "python-setuptools")
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('557b52d2db3e3090f8648ce69668ce9bab1e1d7d3f93f101e88306d20e949a24')
+source=("https://github.com/coldfix/$_name/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('f817dc36ba293e3f355b711df30271019fabbd51a18575302eb594e133feaa74')
build() {
cd $_name-$pkgver