diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2018-03-22 00:45:34 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-22 00:45:34 +0000 |
commit | 77a57bbaf366e0a9911fc78be142e4589517e3d6 (patch) | |
tree | 25d6b7d9dd7340a431382bc8298d9df6768f7476 /python | |
parent | a57d18cf22280cba250cb0e9ae43e5c7113d21e6 (diff) | |
download | slackbuilds-77a57bbaf366e0a9911fc78be142e4589517e3d6.tar.gz |
python/artifacts: Updated for version 20180115.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/artifacts/artifacts.SlackBuild | 4 | ||||
-rw-r--r-- | python/artifacts/artifacts.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/artifacts/artifacts.SlackBuild b/python/artifacts/artifacts.SlackBuild index 32e6d4ef2a..2fe8642093 100644 --- a/python/artifacts/artifacts.SlackBuild +++ b/python/artifacts/artifacts.SlackBuild @@ -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 20161022, January 2017, Barry J. Grundy. +# Updated to version 20180115, March 2018, Barry J. Grundy. PRGNAM=artifacts -VERSION=${VERSION:-20161022} +VERSION=${VERSION:-20180115} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/artifacts/artifacts.info b/python/artifacts/artifacts.info index 6de6a8a8ab..8de352b704 100644 --- a/python/artifacts/artifacts.info +++ b/python/artifacts/artifacts.info @@ -1,8 +1,8 @@ PRGNAM="artifacts" -VERSION="20161022" +VERSION="20180115" HOMEPAGE="https://github.com/ForensicArtifacts/artifacts" -DOWNLOAD="https://github.com/ForensicArtifacts/artifacts/releases/download/20161022/artifacts-20161022.tar.gz" -MD5SUM="d2bc0fd19f03387952ca78223d630aa4" +DOWNLOAD="https://github.com/ForensicArtifacts/artifacts/releases/download/20180115/artifacts-20180115.tar.gz" +MD5SUM="f3a57d864d963f6b7c4eba2dfa283394" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="PyYAML" |