diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-04 12:33:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:25 +0000 |
commit | 07ae329b0fe24fc82e4761d04c6ccf2eaad51120 (patch) | |
tree | 1358ba1c8c2fd45bc2ed834ef19afcb0360d726e | |
parent | 875ce4166c9841726371536cd7f13fcb77387fe3 (diff) | |
download | aports-07ae329b0fe24fc82e4761d04c6ccf2eaad51120.tar.bz2 aports-07ae329b0fe24fc82e4761d04c6ccf2eaad51120.tar.xz |
main/lua-ossl: rebuild against libressl-2.7
-rw-r--r-- | main/lua-ossl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-ossl/APKBUILD b/main/lua-ossl/APKBUILD index 7708a21fc2..4c17e91218 100644 --- a/main/lua-ossl/APKBUILD +++ b/main/lua-ossl/APKBUILD @@ -4,7 +4,7 @@ pkgname=lua-ossl _pkgname=luaossl pkgver=20171028 _ver=${pkgver%_git*} -pkgrel=1 +pkgrel=2 pkgdesc="A comprehensive OpenSSL Lua module" url="http://25thandclement.com/~william/projects/luaossl.html" arch="all" |