mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
luarocks: update to 3.1.3.
This commit is contained in:
parent
b28b8c5e41
commit
436c004b24
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'luarocks'
|
# Template file for 'luarocks'
|
||||||
pkgname=luarocks
|
pkgname=luarocks
|
||||||
version=3.1.2
|
version=3.1.3
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -17,15 +17,15 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://luarocks.org/"
|
homepage="https://luarocks.org/"
|
||||||
distfiles="https://luarocks.org/releases/luarocks-${version}.tar.gz"
|
distfiles="https://luarocks.org/releases/luarocks-${version}.tar.gz"
|
||||||
checksum=72a3b74f05b7fd011eed894dc34193ee80b3235fe58016ac9ffdbfceecc88950
|
checksum=c573435f495aac159e34eaa0a3847172a2298eb6295fcdc35d565f9f9b990513
|
||||||
alternatives="
|
alternatives="
|
||||||
luarocks:luarocks:/usr/bin/luarocks-5.3
|
luarocks:luarocks:/usr/bin/luarocks-5.3
|
||||||
luarocks:luarocks-admin:/usr/bin/luarocks-admin-5.3"
|
luarocks:luarocks-admin:/usr/bin/luarocks-admin-5.3"
|
||||||
|
|
||||||
conf_files="/etc/luarocks/config-5.3.lua"
|
conf_files="/etc/luarocks/config-5.3.lua"
|
||||||
|
|
||||||
pre_configure() {
|
post_extract() {
|
||||||
vsed -i -e '457,465d' configure
|
vsed -i -e 's;\(unzip_found=\).*;\1/usr/bin/unzip;' configure
|
||||||
}
|
}
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue