diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-28 07:41:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-02 12:52:56 +0700 |
commit | f1dc35f50ebc3bf060851be67400fe000e769087 (patch) | |
tree | a08e821d83e8b675b2dbc780f8e311c70fe533c2 | |
parent | 94e9d0f4203769a7e8dbbac3f6ec59a6585be525 (diff) | |
download | slackbuilds-f1dc35f50ebc3bf060851be67400fe000e769087.tar.gz |
system/firetools: Updated for version 0.9.46.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/firetools/firetools.SlackBuild | 4 | ||||
-rw-r--r-- | system/firetools/firetools.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/firetools/firetools.SlackBuild b/system/firetools/firetools.SlackBuild index ae0943ef88..ec5a3dce9c 100644 --- a/system/firetools/firetools.SlackBuild +++ b/system/firetools/firetools.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=firetools -VERSION=${VERSION:-0.9.44} +VERSION=${VERSION:-0.9.46} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/firetools/firetools.info b/system/firetools/firetools.info index 722caa34e9..4a4ecc371a 100644 --- a/system/firetools/firetools.info +++ b/system/firetools/firetools.info @@ -1,8 +1,8 @@ PRGNAM="firetools" -VERSION="0.9.44" +VERSION="0.9.46" HOMEPAGE="https://l3net.wordpress.com/projects/firejail/#firetools" -DOWNLOAD="https://sourceforge.net/projects/firejail/files/firetools/firetools-0.9.44.tar.bz2" -MD5SUM="1f9e27b314cba8841dc961ca52dc7149" +DOWNLOAD="https://sourceforge.net/projects/firejail/files/firetools/firetools-0.9.46.tar.xz" +MD5SUM="b17ac7399ef4610bc4713f45030d47d3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="firejail" |