Skip to content

Commit

Permalink
Update sleuthkit to fix Jinja structure
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsleuth committed Mar 22, 2023
1 parent 8db5865 commit b200664
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mat/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2023.1.1
v2023.1.2
11 changes: 6 additions & 5 deletions mat/apt-packages/sleuthkit.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit b200664

Please sign in to comment.