luasec: update to 0.7.1.
This commit is contained in:
parent
90936b70e8
commit
b164010bf7
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'luasec'
|
# Template file for 'luasec'
|
||||||
pkgname=luasec
|
pkgname=luasec
|
||||||
version=0.7
|
version=0.7.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="lua"
|
hostmakedepends="lua"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/brunoos/luasec"
|
homepage="https://github.com/brunoos/luasec"
|
||||||
distfiles="https://github.com/brunoos/luasec/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/brunoos/luasec/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2176e95b1d2a72a3235ede5d2aa9838050feee55dade8fdbde4be7fdc66f3a31
|
checksum=3dfc7ef3c20e3d57b1ff3aaee93e73e828cfb58cc92ad261c5fd08d08fedf7d1
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
lua src/options.lua -g ${XBPS_CROSS_BASE}/usr/include/openssl/ssl.h > src/options.h
|
lua src/options.lua -g ${XBPS_CROSS_BASE}/usr/include/openssl/ssl.h > src/options.h
|
||||||
|
|
Loading…
Reference in a new issue