[arch-commits] Commit in certbot-dns-hetzner/trunk (PKGBUILD)

Justin Kromlinger hashworks at archlinux.org
Mon Sep 28 14:52:51 UTC 2020


    Date: Monday, September 28, 2020 @ 14:52:51
  Author: hashworks
Revision: 713026

upgpkg: certbot-dns-hetzner 1.0.4-1: Bump pkgver to 1.0.4

Modified:
  certbot-dns-hetzner/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-28 13:50:28 UTC (rev 713025)
+++ PKGBUILD	2020-09-28 14:52:51 UTC (rev 713026)
@@ -1,8 +1,8 @@
 # Maintainer: Justin Kromlinger <hashworks at archlinux.org>
 pkgname=certbot-dns-hetzner
 pkgdesc="Certbot plugin enabling dns-01 challenge on the Hetzner DNS API"
-pkgver=1.0.3
-pkgrel=3
+pkgver=1.0.4
+pkgrel=1
 arch=("any")
 url="https://github.com/ctrlaltcoop/certbot-dns-hetzner"
 license=("APACHE")
@@ -9,8 +9,8 @@
 depends=("certbot" "python-requests" "python-zope-interface")
 makedepends=("python-setuptools")
 checkdepends=("python-pytest" "python-requests-mock")
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=("86795cdfad16f7b1125dc1680041551c04a2f2d74439d1debd875dbbd8d78bda")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('6a7a09e6388991444c42b717a464ad63c50368e6895b7b208c1a494ca03edd6d')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list