lua-stdlib-normalize: update to 2.0.3.

This commit is contained in:
Daniel Santana 2020-04-16 20:31:13 -03:00 committed by Helmut Pozimski
parent 7d8cdfc672
commit cf8e89d566

View file

@ -1,16 +1,16 @@
# Template file for 'lua-stdlib-normalize'
pkgname=lua-stdlib-normalize
version=2.0.2
version=2.0.3
revision=1
wrksrc=normalize-${version}
archs=noarch
wrksrc=normalize-${version}
depends="lua lua-stdlib-debug"
short_desc="Collection of normalized Lua functions (Lua 5.3)"
maintainer="Daniel Santana <daniel@santana.tech>"
license="MIT"
homepage="https://lua-stdlib.github.io/normalize/"
distfiles="https://github.com/lua-stdlib/normalize/archive/v${version}.tar.gz"
checksum=7ca9bc7812a0581f421f29dcb996011575849e4acda3d1683aa27fe4ff8c2687
checksum=2038c38da542cf274b0b7512928e5b649c90a34f36c8919fbbbc2524b4ef716d
do_install() {
for _lua_version in 5.1 5.2 5.3; do