[arch-commits] Commit in letsencrypt/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu Dec 3 14:30:13 UTC 2015
Date: Thursday, December 3, 2015 @ 15:30:13
Author: fyan
Revision: 148207
upgpkg: letsencrypt 0.1.0-1
Modified:
letsencrypt/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-03 14:27:03 UTC (rev 148206)
+++ PKGBUILD 2015-12-03 14:30:13 UTC (rev 148207)
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=letsencrypt
-pkgver=0.0.0.dev20151201
+pkgver=0.1.0
pkgrel=1
pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
arch=('any')
@@ -19,8 +19,9 @@
checkdepends=('python2-nose')
source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
- '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD')
-md5sums=('7faee02c89c9d7a732d8e6a7911a7f67'
+ '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+ 'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('b3bc1f8a49e4953771d2fa77bf0fe9d2'
'SKIP')
build() {
More information about the arch-commits
mailing list