diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9e3959fa46fcfe9c255ad510ddbffcb3dbb0e9ea..0015a5c22dacc6790392121ae1d45dabe6048744 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -24,8 +24,8 @@ name: autopsy base: core22 version: 4.21.0 summary: A graphical interface to The Sleuth Kit and other digital forensics tools. # 79 char long summary -description: Autopsy is a graphical interface to The Sleuth Kit and other open source digital forensics tools. -source-code: https://github.com/sleuthkit/autopsy/ +description: Autopsy is a graphical interface to The Sleuth Kit and other open source digital forensics tools. This is Linköping University's local fork, with patches for XFS support. +source-code: https://gitlab.liu.se/irt/autopsy website: https://www.autopsy.com/ license: Apache-2.0 grade: stable # must be 'stable' to release into candidate/stable channels @@ -118,8 +118,8 @@ parts: sleuthkit: # more information on plugins here: https://snapcraft.io/docs/supported-plugins plugin: autotools - source: https://github.com/sleuthkit/sleuthkit.git - source-branch: develop + source: https://gitlab.liu.se/irt/sleuthkit.git + source-branch: xfs_support #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 @@ -173,8 +173,8 @@ parts: # needed by solr to determine locally running ports - lsof plugin: nil - source: https://github.com/sleuthkit/autopsy.git - source-branch: develop + source: https://gitlab.liu.se/irt/autopsy.git + source-branch: xfs_support build-environment: - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64 - TSK_JAVA_LIB_PATH: $SNAPCRAFT_STAGE/usr/local/share/java