Skip to content
Snippets Groups Projects
Commit d71d571f authored by Leo's avatar Leo
Browse files

main/lua-posix: upgrade to 35.1

parent fea594af
No related branches found
No related tags found
1 merge request!25245main/lua-posix: upgrade to 35.1
Pipeline #93198 passed with warnings
...@@ -4,7 +4,7 @@ _luaversions="5.1 5.2 5.3 5.4" ...@@ -4,7 +4,7 @@ _luaversions="5.1 5.2 5.3 5.4"
pkgname=lua-posix pkgname=lua-posix
_name=luaposix _name=luaposix
pkgver=35.0 pkgver=35.1
pkgrel=0 pkgrel=0
pkgdesc="POSIX library for Lua $_luaver" pkgdesc="POSIX library for Lua $_luaver"
url="https://github.com/luaposix/luaposix" url="https://github.com/luaposix/luaposix"
...@@ -70,4 +70,6 @@ for _i in $_luaversions; do ...@@ -70,4 +70,6 @@ for _i in $_luaversions; do
eval "_posix_${_i/./_}() { _split_posix $_i; }" eval "_posix_${_i/./_}() { _split_posix $_i; }"
done done
sha512sums="4bb61892b78d9e59418a9a6360b9f611fb9b5438b9261a2c6672f053a1b21dfd9a2060b8d2f0d3eac6185773cf84672c1769c081c4ab53d2ddae2232e4a9269b luaposix-35.0.tar.gz" sha512sums="
f2c36bf69c0d73b4a2c6ab0915f81473addce427c22e82e2d1c334016dec7fecb4365fc980fa6adb0de21ad1a60bc75b73f58579e8a423990ad2067c9ae37775 luaposix-35.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment