mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
updates for 4.20.0
This commit is contained in:
parent
6a9c0eba6e
commit
e5e80efc8d
@ -4,11 +4,12 @@
|
||||
# Named Autopsy4 to avoid conflict with the autopsy formula in repos
|
||||
# A package installer can be generated using brew-pkg: https://github.com/timsutton/brew-pkg
|
||||
# Can be run locally with `brew install --debug --build-from-source --verbose <path_to_this_file>`
|
||||
# sha256 calculated using curl <url> | sha256sum
|
||||
class Autopsy4 < Formula
|
||||
AUTOPSY_RESOURCE_URL = "https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.19.2/autopsy-4.19.2.zip".freeze
|
||||
AUTOPSY_RESOURCE_SHA256 = "b1ca770df47f09512276fee16c184644cdd9a2591edfdb622a3177896f299893".freeze
|
||||
TSK_RESOURCE_URL = "https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.11.1/sleuthkit-4.11.1.tar.gz".freeze
|
||||
TSK_RESOURCE_SHA256 = "8ad94f5a69b7cd1a401afd882ab6b8e5daadb39dd2a6a3bbd5aecee2a2ea57a0".freeze
|
||||
AUTOPSY_RESOURCE_URL = "https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.20.0/autopsy-4.20.0.zip".freeze
|
||||
AUTOPSY_RESOURCE_SHA256 = "60964AB135429C2636AB8A1B0DA5EE18D232D4323DB6EDE1B6A9CFBF7E3500CE".freeze
|
||||
TSK_RESOURCE_URL = "https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.12.0/sleuthkit-4.12.0.tar.gz".freeze
|
||||
TSK_RESOURCE_SHA256 = "0FAE8DBCCA69316A92212374272B8F81EFD0A669FB93D61267CFD855B06ED23B".freeze
|
||||
|
||||
desc "Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card. "
|
||||
homepage "http://www.sleuthkit.org/autopsy/"
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: autopsy
|
||||
# core22 brings along linting for share object library paths as well as improvements to get java gstreamer working
|
||||
base: core22
|
||||
version: 4.19.3
|
||||
version: 4.20.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.
|
||||
@ -110,7 +110,7 @@ parts:
|
||||
- libewf-dev
|
||||
- libvhdi-dev
|
||||
- libvmdk-dev
|
||||
source-tag: sleuthkit-4.11.1
|
||||
source-tag: sleuthkit-4.12.0
|
||||
autopsy:
|
||||
after: [sleuthkit]
|
||||
build-packages:
|
||||
@ -173,4 +173,4 @@ parts:
|
||||
|
||||
# include this line to print all set variables
|
||||
# sed -i '129 i set -o posix ; echo $(set) >&2 ; ls -l "${jdkhome}/bin/java"' "$AUTOPSY_LOCATION/platform/lib/nbexec"
|
||||
source-tag: autopsy-4.19.3
|
||||
source-tag: autopsy-4.20.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user