X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id E0ABBDC091A for ; Sat, 16 Jan 2016 05:58:35 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 9D9D3DC08B8 for ; Sat, 16 Jan 2016 05:58:33 +0000 (UTC) Received: from [81.4.121.188] (port=33628 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1aKJsc-003rda-QJ for alpine-aports@lists.alpinelinux.org; Sat, 16 Jan 2016 05:58:30 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/2] community/letsencrypt: update to 0.2.0 Date: Sat, 16 Jan 2016 05:58:27 +0000 Message-Id: <1452923907-2144-3-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1452923907-2144-1-git-send-email-developer@it-offshore.co.uk> References: <1452923907-2144-1-git-send-email-developer@it-offshore.co.uk> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/letsencrypt/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/letsencrypt/APKBUILD b/community/letsencrypt/APKBUILD index e4df3cf..4eca783 100644 --- a/community/letsencrypt/APKBUILD +++ b/community/letsencrypt/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: Francesco Colista pkgname=letsencrypt -pkgver=0.1.1 +pkgver=0.2.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="b686984988e05af54e19b7dbcad75a82 letsencrypt-0.1.1.tar.gz" -sha256sums="3f5210fc2e28577b1b24c4fbfb5c20ac259925a5fad81cf69a1b4f62d76511db letsencrypt-0.1.1.tar.gz" -sha512sums="bd045622f77272447b9d497c410a128c30371c6df5beab418089c2c8b26fef9e87ecc6055bdf4017d7d2fb5f840b4900ff9efba848d07a2bf3a1be9d7fc0df99 letsencrypt-0.1.1.tar.gz" +md5sums="6838f472ead354b980b0d6a77713fd88 letsencrypt-0.2.0.tar.gz" +sha256sums="71324323eb6c9fe9a2cee95f012a44e9c7bdc8c9dfe14c26d56129306f188650 letsencrypt-0.2.0.tar.gz" +sha512sums="a00618c0f3ae78cfdb70adfea81ff9d672123fa38585cfda8ed44659be14bd37143f2c5bc076b92d116356437ea08af079142a4ae09a8a6ad06f2793276b973e letsencrypt-0.2.0.tar.gz" -- 2.7.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---