Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luarocks-lua53: update to 3.11.0 #49190

Merged
merged 1 commit into from
May 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions srcpkgs/luarocks-lua53/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Template file for 'luarocks-lua53'
pkgname=luarocks-lua53
version=3.9.1
version=3.11.0
revision=1
build_style=configure
configure_args="
--prefix=/usr
--sysconfdir=/etc
--lua-version=5.3
--with-lua-include=/usr/include/lua5.3
--versioned-rocks-dir"
--with-lua-include=/usr/include/lua5.3"
hostmakedepends="lua53-devel"
depends="lua53 curl unzip"
_desc="Package management for Lua modules"
Expand All @@ -18,7 +17,7 @@ license="MIT"
homepage="https://luarocks.org/"
changelog="https://github.com/luarocks/luarocks/wiki/Release-history"
distfiles="https://luarocks.org/releases/luarocks-${version}.tar.gz"
checksum=ffafd83b1c42aa38042166a59ac3b618c838ce4e63f4ace9d961a5679ef58253
checksum=25f56b3c7272fb35b869049371d649a1bbe668a56d24df0a66e3712e35dd44a6
alternatives="
luarocks:luarocks:/usr/bin/luarocks-5.3
luarocks:luarocks-admin:/usr/bin/luarocks-admin-5.3"
Expand Down