python/artifacts: Updated for version 20181213.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2019-01-19 04:08:32 +07:00 committed by Willy Sudiarto Raharjo
parent 34e4168e47
commit 8c976ecd89
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"