summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2017-03-04 17:46:07 -0800
committerBruno Pagani2017-03-04 17:46:07 -0800
commitae4d63b89b2842bae61f28f3d1649409dfc580e3 (patch)
treeb0a22326978ebc51a7097e16656a6ceebedc5bc8
parentd63a8cfd333a3b25fb11f27ce96fa542f60c4af6 (diff)
downloadaur-ae4d63b89b2842bae61f28f3d1649409dfc580e3.tar.gz
upgpkg: certbot-user 0.12.0-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b2576ce4a38..5ad393461037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = certbot-user
pkgdesc = Let’s Encrypt certbot running as certbot user rather than root, with either standalone or webroot mode.
- pkgver = 0.11.1
+ pkgver = 0.12.0
pkgrel = 1
url = https://certbot.eff.org
arch = any
license = Apache
checkdepends = python2-nose
depends = ca-certificates
- depends = python2-acme=0.11.1
+ depends = python2-acme=0.12.0
depends = python2-configargparse
depends = python2-configobj
depends = python2-cryptography
@@ -25,12 +25,12 @@ pkgbase = certbot-user
depends = systemd
provides = certbot
conflicts = certbot
- source = https://pypi.io/packages/source/c/certbot/certbot-0.11.1.tar.gz
- source = https://pypi.io/packages/source/c/certbot/certbot-0.11.1.tar.gz.asc
+ source = https://pypi.io/packages/source/c/certbot/certbot-0.12.0.tar.gz
+ source = https://pypi.io/packages/source/c/certbot/certbot-0.12.0.tar.gz.asc
source = certbot.tmpfiles
source = certbot.sysusers
validpgpkeys = A2CFB51FA275A7286234E7B24D17C995CD9775F2
- sha256sums = 6c1724486d500c5163c9313d6a14af5af9f4515f79553627303a6b86df2c3af2
+ sha256sums = 4a71925c035b62dfb7c3343c619ee090add76188b47225272b57798ad63388b7
sha256sums = SKIP
sha256sums = ca72fe5f7e6ccbbe8afc084d9255f93e3b81ce2793a77103a9382fa9eaff6c97
sha256sums = 151621a821f56178408851e016c7fda67dc4c726f210ad3279b29fd1f43282fa
diff --git a/PKGBUILD b/PKGBUILD
index a04f3afd540d..1c0bb6ecaa81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=certbot
pkgname=${_pkgname}-user
-pkgver=0.11.1
+pkgver=0.12.0
pkgrel=1
pkgdesc="Let’s Encrypt certbot running as certbot user rather than root, with either standalone or webroot mode."
arch=('any')
@@ -21,7 +21,7 @@ source=("https://pypi.io/packages/source/c/${_pkgname}/${_pkgname}-${pkgver}.tar
"${_pkgname}.tmpfiles"
"${_pkgname}.sysusers")
validpgpkeys=('A2CFB51FA275A7286234E7B24D17C995CD9775F2') # Let's Encrypt Client Team <letsencrypt-client@eff.org>
-sha256sums=('6c1724486d500c5163c9313d6a14af5af9f4515f79553627303a6b86df2c3af2'
+sha256sums=('4a71925c035b62dfb7c3343c619ee090add76188b47225272b57798ad63388b7'
'SKIP'
'ca72fe5f7e6ccbbe8afc084d9255f93e3b81ce2793a77103a9382fa9eaff6c97'
'151621a821f56178408851e016c7fda67dc4c726f210ad3279b29fd1f43282fa')