summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Nautilus.json
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniojpfernandes@gmail.com>2020-03-09 21:15:28 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-03-09 21:15:28 +0000
commit90cc5fed28ef97cb862c1b71f899db49d4f37770 (patch)
tree86257d2eb1be0ade29e94aecb7ce85c1e9b51ddb /build-aux/flatpak/org.gnome.Nautilus.json
parent471a9893af493a9c25d3fa1b2fe702bac21942b3 (diff)
downloadnautilus-90cc5fed28ef97cb862c1b71f899db49d4f37770.tar.gz
flatpak: Unpin tracker[-miners]
We've pinned to specific versions, because their git master branches have API-breaking changes. Instead, let's follow from the tracker[-miners]-2.3 branches, where the stable API is still maintained.
Diffstat (limited to 'build-aux/flatpak/org.gnome.Nautilus.json')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index ae3d80ea6..e17d83470 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -79,9 +79,9 @@
],
"sources": [
{
- "type": "archive",
- "url": "https://download.gnome.org/sources/tracker/2.3/tracker-2.3.2.tar.xz",
- "sha256": "a4782b8ec7e4ee50f8f53865b24c5489823337fa94f785a7d9d34ccdf9b6ebdb"
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/tracker.git",
+ "branch": "tracker-2.3"
}
]
},
@@ -123,9 +123,9 @@
],
"sources": [
{
- "type": "archive",
- "url": "https://download.gnome.org/sources/tracker-miners/2.3/tracker-miners-2.3.2.tar.xz",
- "sha256": "069e23c2a2de58bfc84d9d798bd091ce78419903fb4dcf099fb2ad97f8563fce"
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/tracker-miners.git",
+ "branch": "tracker-miners-2.3"
}
]
},