From e08d108b0b8f59cb9988c62d78755214a6a94b6b Mon Sep 17 00:00:00 2001
From: Christoph Stahl <christoph.stahl@tu-dortmund.de>
Date: Sun, 29 Sep 2024 14:47:38 +0200
Subject: [PATCH] reference a specific commit for screenshots

---
 resources/flatpak/rocks.syng.Syng.metainfo.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/flatpak/rocks.syng.Syng.metainfo.xml b/resources/flatpak/rocks.syng.Syng.metainfo.xml
index 50cc284..abc622d 100644
--- a/resources/flatpak/rocks.syng.Syng.metainfo.xml
+++ b/resources/flatpak/rocks.syng.Syng.metainfo.xml
@@ -19,11 +19,11 @@
 
   <screenshots>
     <screenshot type="default">
-      <image>https://raw.githubusercontent.com/christofsteel/syng/main/resources/screenshots/syng.png</image>
+      <image>https://raw.githubusercontent.com/christofsteel/syng/6472ef4b5a8a71389b8c3bbf2d4141e34c1010ad/resources/screenshots/syng.png</image>
       <caption>Syng configuration window</caption>
     </screenshot>
     <screenshot>
-      <image>https://raw.githubusercontent.com/christofsteel/syng/main/resources/screenshots/syng-web.png</image>
+      <image>https://raw.githubusercontent.com/christofsteel/syng/6472ef4b5a8a71389b8c3bbf2d4141e34c1010ad/resources/screenshots/syng-web.png</image>
       <caption>Syng web interface</caption>
     </screenshot>
   </screenshots>