mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
lua: update to 5.2.4.
This commit is contained in:
parent
90ba3a33f5
commit
fa7b29be93
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'lua'
|
||||
pkgname=lua
|
||||
version=5.2.3
|
||||
revision=3
|
||||
version=5.2.4
|
||||
revision=1
|
||||
build_pie=yes
|
||||
makedepends="ncurses-devel readline-devel>=6.3"
|
||||
short_desc="Powerful, fast, lightweight, embeddable scripting language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.lua.org"
|
||||
license="MIT"
|
||||
distfiles="http://www.lua.org/ftp/$pkgname-$version.tar.gz"
|
||||
checksum=13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d
|
||||
checksum=b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b
|
||||
|
||||
do_build() {
|
||||
sed "s/%VER%/${version%.*}/g;s/%REL%/${version}/g" ${FILESDIR}/lua.pc > lua.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue