diff --git a/mat/VERSION b/mat/VERSION index 7444482..236ef80 100644 --- a/mat/VERSION +++ b/mat/VERSION @@ -1 +1 @@ -v2023.1.1 +v2023.1.2 diff --git a/mat/apt-packages/sleuthkit.sls b/mat/apt-packages/sleuthkit.sls index eb940b6..e33a36e 100644 --- a/mat/apt-packages/sleuthkit.sls +++ b/mat/apt-packages/sleuthkit.sls @@ -5,12 +5,12 @@ # Author: Brian Carrier and others # License: IBM Public License, Common Public License, GNU General Public License (GPL) v2 (https://www.sleuthkit.org/sleuthkit/licenses.php) # Version: 4.11.1 -# Notes: For a listing of commands, see http://wiki.sleuthkit.org/index.php?title=TSK_Tool_Overview +# Notes: For a listing of commands, see http://wiki.sleuthkit.org/index.php -{%- set base_url = "https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-" -%} -{%- set version = "4.11.1" -%} -{%- set filename = "sleuthkit-4.11.1.tar.gz" -%} -{%- set hash = "8ad94f5a69b7cd1a401afd882ab6b8e5daadb39dd2a6a3bbd5aecee2a2ea57a0" -%} +{% set base_url = "https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-" %} +{% set version = "4.11.1" %} +{% set filename = "sleuthkit-4.11.1.tar.gz" %} +{% set hash = "8ad94f5a69b7cd1a401afd882ab6b8e5daadb39dd2a6a3bbd5aecee2a2ea57a0" %} include: - mat.repos.gift @@ -33,6 +33,7 @@ mat-apt-packages-sleuthkit-archive: - name: /usr/local/src/mat/ - source: /usr/local/src/mat/files/{{ filename }} - enforce_toplevel: true + - trim_output: True - watch: - file: mat-apt-packages-sleuthkit-source