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 3F031DC0D35 for ; Sat, 5 Mar 2016 22:17:58 +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 F3CFEDC003A for ; Sat, 5 Mar 2016 22:17:57 +0000 (UTC) Received: from [81.4.121.188] (port=46898 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1acKWH-003LOW-4v for alpine-aports@lists.alpinelinux.org; Sat, 05 Mar 2016 22:17:53 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/letsencrypt: update to 0.4.2 Date: Sat, 5 Mar 2016 22:17:54 +0000 Message-Id: <1457216274-657-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.7.2 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-Authenticated-Sender: apollo.thewebhostserver.com: 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 7f3bfbc..03dedec 100644 --- a/community/letsencrypt/APKBUILD +++ b/community/letsencrypt/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: Francesco Colista pkgname=letsencrypt -pkgver=0.4.0 +pkgver=0.4.2 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="b9339dd8b687bd95158aa17ca49df15e letsencrypt-0.4.0.tar.gz" -sha256sums="d7df1faedd6f5c1ffc26fd855350fc3a107dd9fe5c1c2aa4c340024fe807a0f3 letsencrypt-0.4.0.tar.gz" -sha512sums="f04c3fa49619e4e182ec8d10c6e05045d1e0e1a146bad75d9382cbfc6663ad0726c9beb496f0251e43d0dd45d78220c57dda0be8c2d946a515ab2c9f0359a549 letsencrypt-0.4.0.tar.gz" +md5sums="3082261e48d7ab34511b160b38b10025 letsencrypt-0.4.2.tar.gz" +sha256sums="0f55c0f292829a9c6c1da7a57860290285cfa5da8615a87b8c268a946ab656b2 letsencrypt-0.4.2.tar.gz" +sha512sums="cce6a69b7903b65aa93aa794fa5353701944d6d0736393f68e3f17316116929efa864310fb7275d62c94ab30921cae694fb7c2cd13c08164344c2e3a533cd434 letsencrypt-0.4.2.tar.gz" -- 2.7.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---