diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-06 12:47:54 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-07 12:06:34 +0200 |
commit | 272f55e87f0731b3f04aefd39598a127b317abf4 (patch) | |
tree | c2cbcf687848c4a02159bc63c0c707ff47dcf53c /lang/luarocks | |
parent | ca3209a3b35cd80de39f9f4f2a263211191807cb (diff) |
treewide: refresh hashes after move to use ZSTD as default
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'lang/luarocks')
-rw-r--r-- | lang/luarocks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/luarocks/Makefile b/lang/luarocks/Makefile index 4c21e5c36..e6d67979c 100644 --- a/lang/luarocks/Makefile +++ b/lang/luarocks/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/keplerproject/luarocks PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=e4cf874c9bce34a5accd41daaf51a3213763b8b6f7f658ca4d13a70a7ddb1c0c +PKG_MIRROR_HASH:=9b2f880e0ff57a0d7e3a9d8d5365c73e6f546891bc39d2c6ef4c3443a8ca4b45 PKG_MAINTAINER:=Amr Hassan <amr.hassan@gmail.com> PKG_LICENSE:=MIT |