From 732e25651c9b07f53d4b9ded7e099a596a97e7b7 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 24 Mar 2021 14:52:08 +0000 Subject: [PATCH] Add git tag to manifest And replace "branch" with "commit", which more accurately describes what's being used. flatpak-builder will verify that the tag matches the given commit hash. --- org.gnome.Boxes.Extension.OsinfoDb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.gnome.Boxes.Extension.OsinfoDb.json b/org.gnome.Boxes.Extension.OsinfoDb.json index ae092b0..7a634fa 100644 --- a/org.gnome.Boxes.Extension.OsinfoDb.json +++ b/org.gnome.Boxes.Extension.OsinfoDb.json @@ -33,7 +33,8 @@ { "type": "git", "url": "https://gitlab.com/libosinfo/osinfo-db.git", - "branch": "d316eee8d82a28664d28bb3fa0c889cd05985c0e" + "commit": "d316eee8d82a28664d28bb3fa0c889cd05985c0e", + "tag": "v20210215" } ] }