diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 22:36:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:39 +0000 |
commit | 2f2ef5bce7dbc42cedff683145b9600cd0f42707 (patch) | |
tree | f17b42656762fc00623f0c6ddccfefc2ab12fd5b /community/acme-client | |
parent | d1a37111d1b09f9ba4251a0039d79f9739c0f919 (diff) | |
download | aports-2f2ef5bce7dbc42cedff683145b9600cd0f42707.tar.bz2 aports-2f2ef5bce7dbc42cedff683145b9600cd0f42707.tar.xz |
community/acme-client: rebuild against libressl-2.6
Diffstat (limited to 'community/acme-client')
-rw-r--r-- | community/acme-client/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/acme-client/APKBUILD b/community/acme-client/APKBUILD index b1ab2f78b9..b22947cb39 100644 --- a/community/acme-client/APKBUILD +++ b/community/acme-client/APKBUILD @@ -3,7 +3,7 @@ pkgname=acme-client pkgver=0.1.16 _ver=${pkgver//./_} -pkgrel=3 +pkgrel=4 pkgdesc="An ACME client for Let's Encrypt written in C" url="https://github.com/kristapsdz/acme-client-portable" arch="all" |