From a00ff5e92d9cce2530a8eb00e0401174909117aa Mon Sep 17 00:00:00 2001
From: Karl-Johan Karlsson <karl-johan.karlsson@liu.se>
Date: Thu, 1 Feb 2024 10:42:03 +0100
Subject: [PATCH] Point to LiU's copies of Autopsy and Sleuthkit repos

---
 snap/snapcraft.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index bbbb3b9b17..ba4981fee5 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -118,8 +118,9 @@ parts:
   sleuthkit:
     # more information on plugins here: https://snapcraft.io/docs/supported-plugins
     plugin: autotools
-    source: https://github.com/sleuthkit/sleuthkit.git
-    source-tag: sleuthkit-4.12.1
+    source: https://gitlab.liu.se/irt/sleuthkit.git
+    source-branch: develop
+    #source-tag: sleuthkit-4.12.0
     build-environment: [JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64]
     # information on packages here: https://snapcraft.io/docs/package-repositories
     build-packages:
@@ -172,8 +173,8 @@ parts:
       # needed by solr to determine locally running ports
       - lsof
     plugin: nil
-    source: https://github.com/sleuthkit/autopsy.git
-    source-tag: autopsy-4.21.0
+    source: https://gitlab.liu.se/irt/autopsy.git
+    source-branch: develop
     build-environment:
       - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
       - TSK_JAVA_LIB_PATH: $SNAPCRAFT_STAGE/usr/local/share/java
-- 
GitLab