mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
lua: update to 5.3.2.
This commit is contained in:
parent
9688b8b7d7
commit
9ed084206a
1 changed files with 3 additions and 4 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'lua'
|
# Template file for 'lua'
|
||||||
pkgname=lua
|
pkgname=lua
|
||||||
version=5.3.1
|
version=5.3.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=lua-${version}
|
|
||||||
makedepends="ncurses-devel readline-devel"
|
makedepends="ncurses-devel readline-devel"
|
||||||
short_desc="Powerful, fast, lightweight, embeddable scripting language"
|
short_desc="Powerful, fast, lightweight, embeddable scripting language"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.lua.org"
|
homepage="http://www.lua.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://www.lua.org/ftp/lua-$version.tar.gz"
|
distfiles="http://www.lua.org/ftp/lua-$version.tar.gz"
|
||||||
checksum=072767aad6cc2e62044a66e8562f51770d941e972dc1e4068ba719cd8bffac17
|
checksum=c740c7bb23a936944e1cc63b7c3c5351a8976d7867c5252c8854f7b2af9da68f
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
lua:lua:/usr/bin/lua5.3
|
lua:lua:/usr/bin/lua5.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue