Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <tingping@tingping.se>2022-01-27 20:18:56 +0300
committerGitHub <noreply@github.com>2022-01-27 20:18:56 +0300
commit2c0b7944a703b0df683bb2f9e271d71e9a5cbee7 (patch)
treeaf34bf3f173fc73f8e19c08a1634c29d7f6dfad4
parent20b47cf2c56e32fd36bda67125c777462bc308b2 (diff)
lua5.4: Bump to 5.4.4
-rw-r--r--lua5.4/lua-5.4.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua5.4/lua-5.4.json b/lua5.4/lua-5.4.json
index 5c9e500..f0f834c 100644
--- a/lua5.4/lua-5.4.json
+++ b/lua5.4/lua-5.4.json
@@ -4,8 +4,8 @@
"build-commands": [
"make -j $FLATPAK_BUILDER_N_JOBS CFLAGS=\"$CFLAGS -fPIC -DLUA_USE_LINUX\" linux",
"make TO_LIB=liblua.so.5.4.3 INSTALL_TOP=$FLATPAK_DEST install",
- "ln -sf liblua.so.5.4.3 $FLATPAK_DEST/lib/liblua.so",
- "ln -sf liblua.so.5.4.3 $FLATPAK_DEST/lib/liblua.so.4.3",
+ "ln -sf liblua.so.5.4.4 $FLATPAK_DEST/lib/liblua.so",
+ "ln -sf liblua.so.5.4.4 $FLATPAK_DEST/lib/liblua.so.4.4",
"make INSTALL_TOP=${FLATPAK_DEST} pc > lua.pc",
"cat lua.pc.in >> lua.pc",
"install -Dm644 lua.pc $FLATPAK_DEST/lib/pkgconfig/lua.pc",
@@ -16,8 +16,8 @@
"sources": [
{
"type": "archive",
- "url": "https://www.lua.org/ftp/lua-5.4.3.tar.gz",
- "sha256": "f8612276169e3bfcbcfb8f226195bfc6e466fe13042f1076cbde92b7ec96bbfb"
+ "url": "https://www.lua.org/ftp/lua-5.4.4.tar.gz",
+ "sha256": "2ff89bbea22a7c8b910d6b006f5ba4559edcf468a25537cedf9988ed90f6b450"
},
{
"type": "patch",