aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2024-04-21 13:42:56 -0700
committerRosen Penev <rosenp@gmail.com>2024-04-23 18:58:31 -0700
commit4f09c95ee2562ef21e3da7c9a61ac3635d875614 (patch)
treec83368bd375bf6a1abb6fbf9bff0c6fa08b17276 /lang
parent22f8fd5c5b2e366ac7ee203181100fe1bb2fa157 (diff)
luaexpat: use local tarballs
Smaller and avoids badly named tarball with just the version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/luaexpat/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile
index 1a7b077df..d6d616a35 100644
--- a/lang/luaexpat/Makefile
+++ b/lang/luaexpat/Makefile
@@ -11,9 +11,10 @@ PKG_NAME:=luaexpat
PKG_VERSION:=1.5.1
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/lunarmodules/luaexpat/archive/refs/tags
-PKG_HASH:=7d455f154de59eb0b073c3620bc8b873f7f697b3f21a112e6ff8dc9fca6d0826
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_VERSION:=$(PKG_VERSION)
+PKG_SOURCE_URL:=https://github.com/lunarmodules/luaexpat
+PKG_MIRROR_HASH:=7e370d47e947a1acfeb4d00df012f47116fe7971f5b12033e92666e37a9312a1
PKG_CPE_ID:=cpe:/a:matthewwild:luaexpat