Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
chore(github/workflows): update sleuthkit to 4.11.1-3
Browse files Browse the repository at this point in the history
This patch updates sleuthkit java bindings to add caseuco version and depend on
Java 8 runtime, instead of Java 11 JDK.

Signed-off-by: Luís Ferreira <[email protected]>
  • Loading branch information
ljmf00 committed Feb 8, 2022
1 parent b5d94c4 commit 681f9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on: [push, pull_request, workflow_dispatch]

env:
PACKAGE_SLEUTHKIT_JAVA_VERSION: 4.11.1
PACKAGE_SLEUTHKIT_JAVA_REL: 1
PACKAGE_SLEUTHKIT_JAVA_SHA: 145c843634c416b0fcc02a774ea147b3dd9822de
PACKAGE_SLEUTHKIT_JAVA_REL: 3
PACKAGE_SLEUTHKIT_JAVA_SHA: fb4d2390d2365b176fd054c28b971a6552b20fbe
PACKAGE_AUTOPSY_BIN_VERSION: 4.19.2
PACKAGE_AUTOPSY_BIN_REL: 3
PACKAGE_AUTOPSY_BIN_SHA: d53a9b43616e3498c66f754b8d2b30a70f6117fb
Expand Down

0 comments on commit 681f9a1

Please sign in to comment.