diff options
author | Barry J. Grundy <bgrundy@gmail.com> | 2022-04-28 20:11:16 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:11 +0700 |
commit | 640598ed25e9fc46e653df57ebf62451a6e01642 (patch) | |
tree | b15d061989ec18fd9954572a8e5591e7bb079de9 /system | |
parent | b4069a477a74348627e1452a5cc5fe2aa1c1c3cc (diff) | |
download | slackbuilds-640598ed25e9fc46e653df57ebf62451a6e01642.tar.gz |
system/sleuthkit: Updated for version 4.11.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/sleuthkit/sleuthkit.SlackBuild | 6 | ||||
-rw-r--r-- | system/sleuthkit/sleuthkit.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/sleuthkit/sleuthkit.SlackBuild b/system/sleuthkit/sleuthkit.SlackBuild index 259f309367..7c7939b88d 100644 --- a/system/sleuthkit/sleuthkit.SlackBuild +++ b/system/sleuthkit/sleuthkit.SlackBuild @@ -26,14 +26,14 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF # THE POSSIBILITY OF SUCH DAMAGE. -# Updated v4.11.0 August 2021. Barry J. Grundy +# Updated v4.11.1 April 2022. Barry J. Grundy # <bgrundy(at)linuxleo.com> cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sleuthkit -VERSION=${VERSION:-4.11.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.11.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/sleuthkit/sleuthkit.info b/system/sleuthkit/sleuthkit.info index 6aaa9f99fc..4bf8b32176 100644 --- a/system/sleuthkit/sleuthkit.info +++ b/system/sleuthkit/sleuthkit.info @@ -1,8 +1,8 @@ PRGNAM="sleuthkit" -VERSION="4.11.0" +VERSION="4.11.1" HOMEPAGE="http://www.sleuthkit.org/sleuthkit/" -DOWNLOAD="https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.11.0/sleuthkit-4.11.0.tar.gz" -MD5SUM="97b31980978c93a8852857b3c4847f54" +DOWNLOAD="https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.11.1/sleuthkit-4.11.1.tar.gz" +MD5SUM="6fba461181b0583e0411cd3ae7f5c7b9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |