lua-stdlib-normalize: update to 2.0.3.
This commit is contained in:
parent
7d8cdfc672
commit
cf8e89d566
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'lua-stdlib-normalize'
|
# Template file for 'lua-stdlib-normalize'
|
||||||
pkgname=lua-stdlib-normalize
|
pkgname=lua-stdlib-normalize
|
||||||
version=2.0.2
|
version=2.0.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=normalize-${version}
|
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
wrksrc=normalize-${version}
|
||||||
depends="lua lua-stdlib-debug"
|
depends="lua lua-stdlib-debug"
|
||||||
short_desc="Collection of normalized Lua functions (Lua 5.3)"
|
short_desc="Collection of normalized Lua functions (Lua 5.3)"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://lua-stdlib.github.io/normalize/"
|
homepage="https://lua-stdlib.github.io/normalize/"
|
||||||
distfiles="https://github.com/lua-stdlib/normalize/archive/v${version}.tar.gz"
|
distfiles="https://github.com/lua-stdlib/normalize/archive/v${version}.tar.gz"
|
||||||
checksum=7ca9bc7812a0581f421f29dcb996011575849e4acda3d1683aa27fe4ff8c2687
|
checksum=2038c38da542cf274b0b7512928e5b649c90a34f36c8919fbbbc2524b4ef716d
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for _lua_version in 5.1 5.2 5.3; do
|
for _lua_version in 5.1 5.2 5.3; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue