From: Nathaniel Wesley Filardo Date: Sun, 30 Mar 2025 15:02:41 +0000 (+0100) Subject: lua-argparse: bump to luarocks' 0.7.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=99393c9ef8087442adaae21bb8d32ba3095c9a3e;p=feed%2Fpackages.git lua-argparse: bump to luarocks' 0.7.1 Bump lua-argparse to the luarocks argparse 0.7.1 release. Signed-off-by: Nathaniel Wesley Filardo --- diff --git a/lang/lua-argparse/Makefile b/lang/lua-argparse/Makefile index 4c77dd6c25..82aeb7a50e 100644 --- a/lang/lua-argparse/Makefile +++ b/lang/lua-argparse/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua-argparse -PKG_VERSION:=0.6.0 +PKG_VERSION:=0.7.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/mpeterv/argparse/tar.gz/$(PKG_VERSION)? -PKG_HASH:=0eddda29d591536bc7310b99ce7acc3e5e00557f18d6e63ab10d56683e8952f1 +PKG_SOURCE_URL:=https://codeload.github.com/luarocks/argparse/tar.gz/$(PKG_VERSION)? +PKG_HASH:=d344e49404c3e7b3e7fa4fe6741c106f25909d9b24923cb08dcceda1f9754809 PKG_BUILD_DIR:=$(BUILD_DIR)/argparse-$(PKG_VERSION) PKG_MAINTAINER:=Vladimir Malyutin