diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 12:02:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:31 +0000 |
commit | 71a45f5cfbe8775726811ee949996d2561219400 (patch) | |
tree | 27997f5409cef4f15f94d636abb743fb0760668b /main | |
parent | 6cc2d2d9a1e333f68617f3dd2b29f589a457b329 (diff) | |
download | aports-71a45f5cfbe8775726811ee949996d2561219400.tar.bz2 aports-71a45f5cfbe8775726811ee949996d2561219400.tar.xz |
main/lua-crypto: rebuild against libressl 2.5
Diffstat (limited to 'main')
-rw-r--r-- | main/lua-crypto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-crypto/APKBUILD b/main/lua-crypto/APKBUILD index 7be8faa23d..bab4571075 100644 --- a/main/lua-crypto/APKBUILD +++ b/main/lua-crypto/APKBUILD @@ -2,7 +2,7 @@ _luaversions="5.1 5.2 5.3" pkgname=lua-crypto pkgver=0.3.2 -pkgrel=3 +pkgrel=4 pkgdesc="a Lua frontend to the OpenSSL cryptographic library" url="http://mkottman.github.io/luacrypto/" arch="all" |