diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-30 10:28:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:11 +0000 |
commit | f75ad6edaf303e16ea6b848ba9da435535bc164f (patch) | |
tree | 60ee1ec5b936c26c854ab6b22dcc468382c8c4d9 /main/lua-ossl | |
parent | 4c07080f98e144dc297375f414fc8d146d45f0a6 (diff) | |
download | aports-f75ad6edaf303e16ea6b848ba9da435535bc164f.tar.bz2 aports-f75ad6edaf303e16ea6b848ba9da435535bc164f.tar.xz |
main/lua-ossl: rebuild against openssl 1.1
Diffstat (limited to 'main/lua-ossl')
-rw-r--r-- | main/lua-ossl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-ossl/APKBUILD b/main/lua-ossl/APKBUILD index 638d876186..29d091b7d2 100644 --- a/main/lua-ossl/APKBUILD +++ b/main/lua-ossl/APKBUILD @@ -4,13 +4,13 @@ pkgname=lua-ossl _pkgname=luaossl pkgver=20180708 _ver=${pkgver%_git*} -pkgrel=1 +pkgrel=2 pkgdesc="A comprehensive OpenSSL Lua module" url="http://25thandclement.com/~william/projects/luaossl.html" arch="all" license="MIT" depends="" -makedepends="libressl-dev" +makedepends="openssl-dev" subpackages="" source="$_pkgname-$_ver.tar.gz::https://github.com/wahern/$_pkgname/archive/rel-$pkgver.tar.gz 0001-pkey-getPrivateKey-method.patch |