diff options
author | W. Michael Petullo <mike@flyn.org> | 2022-05-10 14:42:10 -0500 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-05-11 17:47:58 -0400 |
commit | 3bac465051f3d19ff5a0ed2137e0aa60c745883f (patch) | |
tree | 60baef84ed89d3f71af20ed24b17b940ecc1572d /lang/luaexpat/Makefile | |
parent | d0cd7361c9d2d383f5e5487cc122d96e4b008b77 (diff) |
luaexpat: update to 1.4.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'lang/luaexpat/Makefile')
-rw-r--r-- | lang/luaexpat/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile index b5d7699d5..044e19904 100644 --- a/lang/luaexpat/Makefile +++ b/lang/luaexpat/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luaexpat -PKG_VERSION:=1.3.0 -PKG_RELEASE:=1 +PKG_VERSION:=1.4.1 +PKG_RELEASE:=$(AUTORELEASE) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://matthewwild.co.uk/projects/luaexpat -PKG_HASH:=d060397960d87b2c89cf490f330508b7def1a0677bdc120531c571609fc57dc3 +PKG_SOURCE:=$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/lunarmodules/luaexpat/archive/refs/tags +PKG_HASH:=d528060d45865b44bef7215ef8a440165b668f363a4af53358389f0315a8593c PKG_CPE_ID:=cpe:/a:matthewwild:luaexpat |