From 2f8d9d189d1e66fe8b91e8f81567d57c76a63b43 Mon Sep 17 00:00:00 2001 From: Roy P Date: Mon, 15 Jun 2020 12:56:09 -0400 Subject: [PATCH] Pin the flatpak file to the v1.2.1 release --- scripts/flatpak/com.github.thestr4ng3r.Chiaki.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json index 831c079..abd3710 100644 --- a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json +++ b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json @@ -88,7 +88,9 @@ "sources": [ { "type": "git", - "url": "https://github.com/thestr4ng3r/chiaki.git" + "url": "https://github.com/thestr4ng3r/chiaki.git", + "tag": "v1.2.1", + "commit": "89c9bd44c354d1351fb9b9a8f9f0aade8077a129" } ] }