From 91263bf03ab90ddb6f1155aee16518f667faaaf4 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Fri, 8 Mar 2024 13:49:05 +0100 Subject: [PATCH] luarocks-lua53: update to 3.10.0 --- srcpkgs/luarocks-lua53/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/luarocks-lua53/template b/srcpkgs/luarocks-lua53/template index 017b0facbd31f9..71465aa354326d 100644 --- a/srcpkgs/luarocks-lua53/template +++ b/srcpkgs/luarocks-lua53/template @@ -1,14 +1,13 @@ # Template file for 'luarocks-lua53' pkgname=luarocks-lua53 -version=3.9.1 +version=3.10.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" @@ -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=e9bf06d5ec6b8ecc6dbd1530d2d77bdb3377d814a197c46388e9f148548c1c89 alternatives=" luarocks:luarocks:/usr/bin/luarocks-5.3 luarocks:luarocks-admin:/usr/bin/luarocks-admin-5.3"