aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2021-01-08 20:46:33 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2021-01-08 20:48:01 +0100
commitee7493428db86975a870fa6f6e52c42175c28a28 (patch)
tree4995c2cc3f69f299507b5ca60e15a0fb659ba44f
parentadd patch to binary_tarball script as well (diff)
parentBump runtime (diff)
downloadlibrewolf-linux-ee7493428db86975a870fa6f6e52c42175c28a28.tar.gz
librewolf-linux-ee7493428db86975a870fa6f6e52c42175c28a28.tar.bz2
librewolf-linux-ee7493428db86975a870fa6f6e52c42175c28a28.zip
Merge branch 'TheEvilSkeleton/linux-bump_runtime'
-rwxr-xr-xflatpak/build_flatpak.sh2
-rw-r--r--flatpak/content/io.gitlab.LibreWolf.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/flatpak/build_flatpak.sh b/flatpak/build_flatpak.sh
index 4fe57d8..a1f0318 100755
--- a/flatpak/build_flatpak.sh
+++ b/flatpak/build_flatpak.sh
@@ -10,7 +10,7 @@ FLATPAK_REPO=$2;
FLATPAK_BUNDLE=$3;
_SCRIPT_FOLDER=$(realpath $(dirname $0));
_FLATHUB_REPO="flathub https://flathub.org/repo/flathub.flatpakrepo";
-_FLATHUB_PACKAGES_TO_INSTALL="org.gnome.Platform/${CARCH}/3.36 org.gnome.Sdk/${CARCH}/3.36 org.freedesktop.Platform//19.08 org.freedesktop.Sdk//19.08";
+_FLATHUB_PACKAGES_TO_INSTALL="org.gnome.Platform/${CARCH}/3.38 org.gnome.Sdk/${CARCH}/3.38 org.freedesktop.Platform//19.08 org.freedesktop.Sdk//19.08";
_EXTRACTED_BINARY_TARBALL_FOLDER=$_SCRIPT_FOLDER/librewolf
_FLATPAK_JSON_FILE=$_SCRIPT_FOLDER/content/io.gitlab.LibreWolf.json;
_FLATPAK_BUILD_SOURCE_FOLDER=$_SCRIPT_FOLDER/source;
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json
index bea95f1..2871030 100644
--- a/flatpak/content/io.gitlab.LibreWolf.json
+++ b/flatpak/content/io.gitlab.LibreWolf.json
@@ -1,7 +1,7 @@
{
"app-id": "io.gitlab.LibreWolf",
"runtime": "org.gnome.Platform",
- "runtime-version": "3.36",
+ "runtime-version": "3.38",
"sdk": "org.gnome.Sdk",
"command": "librewolf",
"rename-desktop-file": "LibreWolf.desktop",
bgstack15