mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
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'
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue