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:
-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",