diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-30 09:35:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-30 09:35:06 +0700 |
commit | 3d51e01f6e5d832a7275f6fef6dcb2f25d8e3f19 (patch) | |
tree | 9f34d46ce1ce6abb08d4ad079a461983d619a700 /system | |
parent | 42cb154a4534f56b1cb8fe8d5d9d3b423642b4af (diff) |
system/firetools: Updated for version 0.9.72.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/firetools/firetools.SlackBuild | 6 | ||||
-rw-r--r-- | system/firetools/firetools.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/firetools/firetools.SlackBuild b/system/firetools/firetools.SlackBuild index 95368baae7eb1..8fd9b461c10ea 100644 --- a/system/firetools/firetools.SlackBuild +++ b/system/firetools/firetools.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for firetools -# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=firetools -VERSION=${VERSION:-0.9.64} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.72} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/firetools/firetools.info b/system/firetools/firetools.info index de0fd045c9ff0..f4ddd75fa9b87 100644 --- a/system/firetools/firetools.info +++ b/system/firetools/firetools.info @@ -1,8 +1,8 @@ PRGNAM="firetools" -VERSION="0.9.64" +VERSION="0.9.72" HOMEPAGE="https://l3net.wordpress.com/projects/firejail/#firetools" -DOWNLOAD="https://sourceforge.net/projects/firejail/files/firetools/firetools-0.9.64.tar.xz" -MD5SUM="a95af117c8bd1c78a67de450a8ecb97a" +DOWNLOAD="https://sourceforge.net/projects/firejail/files/firetools/firetools-0.9.72.tar.xz" +MD5SUM="0505680f8b468ce5ae60827f35915ba5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="firejail" |