~alpine/aports

community/letsencrypt: update to 0.3.0 v1 PROPOSED

Stuart Cardall: 1
 community/letsencrypt: update to 0.3.0

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2204/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] community/letsencrypt: update to 0.3.0 Export this patch

---
 community/letsencrypt/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/community/letsencrypt/APKBUILD b/community/letsencrypt/APKBUILD
index 4eca783..482f051 100644
--- a/community/letsencrypt/APKBUILD
+++ b/community/letsencrypt/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=letsencrypt
pkgver=0.2.0
pkgver=0.3.0
pkgrel=0
pkgdesc="An ACME client that can update Apache/Nginx configurations"
url="https://github.com/letsencrypt/letsencrypt"
@@ -51,6 +51,6 @@ acme() {
	python setup.py install --prefix=/usr --root="$subpkgdir" || return 1
}

md5sums="6838f472ead354b980b0d6a77713fd88  letsencrypt-0.2.0.tar.gz"
sha256sums="71324323eb6c9fe9a2cee95f012a44e9c7bdc8c9dfe14c26d56129306f188650  letsencrypt-0.2.0.tar.gz"
sha512sums="a00618c0f3ae78cfdb70adfea81ff9d672123fa38585cfda8ed44659be14bd37143f2c5bc076b92d116356437ea08af079142a4ae09a8a6ad06f2793276b973e  letsencrypt-0.2.0.tar.gz"
md5sums="e3c1af4a5bf5ba5d3e77b66dce30091e  letsencrypt-0.3.0.tar.gz"
sha256sums="a21e496ab130cf9fcaeef69019a4eef7aaf86dad84131d601db531add4f98e1a  letsencrypt-0.3.0.tar.gz"
sha512sums="c3fbb6d8a50ee9a84b425d16f28626cecb3b50a5149c1263d02d447854d9117c6fe4f3f2eef7f026c9d7692a499a054895a2b007da9f768c203ea91836382f36  letsencrypt-0.3.0.tar.gz"
-- 
2.7.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---