diff options
author | Barry J. Grundy <bgrundyat> | 2019-01-19 04:08:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-19 04:08:32 +0700 |
commit | 8c976ecd892e8f08fbf02968f087be00e6fb20e6 (patch) | |
tree | 1b38f793e06aa0a2d05c2a362a0cbddcdab95101 /python/artifacts | |
parent | 34e4168e471eabd179a25ac14ceda717355691a8 (diff) | |
download | slackbuilds-8c976ecd892e8f08fbf02968f087be00e6fb20e6.tar.gz |
python/artifacts: Updated for version 20181213.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/artifacts')
-rw-r--r-- | python/artifacts/artifacts.SlackBuild | 6 | ||||
-rw-r--r-- | python/artifacts/artifacts.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/artifacts/artifacts.SlackBuild b/python/artifacts/artifacts.SlackBuild index 2fe8642093..c6cb9d6403 100644 --- a/python/artifacts/artifacts.SlackBuild +++ b/python/artifacts/artifacts.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for artifacts -# Copyright 2016 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2016-2019 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,10 +21,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated to version 20180115, March 2018, Barry J. Grundy. +# Updated to version 20181213, Jan 2019, Barry J. Grundy. PRGNAM=artifacts -VERSION=${VERSION:-20180115} +VERSION=${VERSION:-20181213} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/artifacts/artifacts.info b/python/artifacts/artifacts.info index 8de352b704..8ad44ae0d3 100644 --- a/python/artifacts/artifacts.info +++ b/python/artifacts/artifacts.info @@ -1,8 +1,8 @@ PRGNAM="artifacts" -VERSION="20180115" +VERSION="20181213" HOMEPAGE="https://github.com/ForensicArtifacts/artifacts" -DOWNLOAD="https://github.com/ForensicArtifacts/artifacts/releases/download/20180115/artifacts-20180115.tar.gz" -MD5SUM="f3a57d864d963f6b7c4eba2dfa283394" +DOWNLOAD="https://github.com/ForensicArtifacts/artifacts/releases/download/20181213/artifacts-20181213.tar.gz" +MD5SUM="6064a1c41815fd9c8f02ffb9de3012e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="PyYAML" |