mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/lua-luv: Updated for version 1.43.0_0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eee9f952cf
commit
df9adeb248
2 changed files with 7 additions and 7 deletions
|
@ -26,10 +26,10 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lua-luv
|
||||
VERSION=${VERSION:-1.36.0_0}
|
||||
VERSION=${VERSION:-1.43.0_0}
|
||||
SRCVER=$(echo $VERSION | tr _ -)
|
||||
COMPATNAM=lua-compat-5.3
|
||||
COMPATVER=0.7
|
||||
COMPATVER=0.9
|
||||
COMPATSRC=$COMPATNAM-$COMPATVER
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="lua-luv"
|
||||
VERSION="1.36.0_0"
|
||||
VERSION="1.43.0_0"
|
||||
HOMEPAGE="https://github.com/luvit/luv"
|
||||
DOWNLOAD="https://github.com/luvit/luv/archive/1.36.0-0/luv-1.36.0-0.tar.gz \
|
||||
https://github.com/keplerproject/lua-compat-5.3/archive/v0.7/lua-compat-5.3-0.7.tar.gz"
|
||||
MD5SUM="5b9efde8652056faeb5ffc8f62f2b595 \
|
||||
61c3f1af0d7d587f602ac4a13d77a823"
|
||||
DOWNLOAD="https://github.com/luvit/luv/archive/1.43.0-0/luv-1.43.0-0.tar.gz \
|
||||
https://github.com/keplerproject/lua-compat-5.3/archive/v0.9/lua-compat-5.3-0.9.tar.gz"
|
||||
MD5SUM="a7d135cd9680cfa761ab5e4e08f147a0 \
|
||||
7c0530123479804e40971b069ea6b0da"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="luajit"
|
||||
|
|
Loading…
Reference in a new issue