aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 17:01:47 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 17:01:47 +0200
commit228d15c64f70344396af29edc383b4498f65b5c7 (patch)
tree55b1324d57feff08079ddd2e1ade4c3b4a7339ef
parentbuild PIE librewolf via hardening-wrapper (diff)
downloadlibrewolf-linux-228d15c64f70344396af29edc383b4498f65b5c7.tar.gz
librewolf-linux-228d15c64f70344396af29edc383b4498f65b5c7.tar.bz2
librewolf-linux-228d15c64f70344396af29edc383b4498f65b5c7.zip
actually fix the flatpak json; had a typo
-rw-r--r--flatpak/content/io.gitlab.LibreWolf.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json
index 8babf9d..090d4bc 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.33",
+ "runtime-version": "3.36",
"sdk": "org.gnome.Sdk",
"command": "librewolf",
"modules": [
bgstack15