diff options
author | Barry J. Grundy <bgrundyat> | 2017-01-20 13:29:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 07:04:36 +0700 |
commit | 3c65e40593ea7a744b00a0cd9d9a6acc5353e4b1 (patch) | |
tree | 395b6862a1f77ac8ef93b7e972d8a62d970bbd43 | |
parent | 2eaffccfe9dabbcd4274f8c9a3e0e0e742f678c4 (diff) | |
download | slackbuilds-3c65e40593ea7a744b00a0cd9d9a6acc5353e4b1.tar.gz |
python/artifacts: Updated for version 20161022.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | python/artifacts/README | 4 | ||||
-rw-r--r-- | python/artifacts/artifacts.SlackBuild | 4 | ||||
-rw-r--r-- | python/artifacts/artifacts.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/python/artifacts/README b/python/artifacts/README index 3f6680deb1..7728f298d7 100644 --- a/python/artifacts/README +++ b/python/artifacts/README @@ -1,7 +1,7 @@ artifacts - ForensicArtifacts.com Artifact Repository -A free, community-sourced, machine-readable knowledge base of forensic -artifacts that the world can use both as an information source and within +A free, community-sourced, machine-readable knowledge base of forensic +artifacts that the world can use both as an information source and within other tools. For more information see: https://github.com/ForensicArtifacts/artifacts diff --git a/python/artifacts/artifacts.SlackBuild b/python/artifacts/artifacts.SlackBuild index 1f5c7d3125..32e6d4ef2a 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. # -# New submission August 2016, Barry J. Grundy. +# Updated to version 20161022, January 2017, Barry J. Grundy. PRGNAM=artifacts -VERSION=${VERSION:-20160713} +VERSION=${VERSION:-20161022} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/artifacts/artifacts.info b/python/artifacts/artifacts.info index 6ea3c71b45..6de6a8a8ab 100644 --- a/python/artifacts/artifacts.info +++ b/python/artifacts/artifacts.info @@ -1,8 +1,8 @@ PRGNAM="artifacts" -VERSION="20160713" +VERSION="20161022" HOMEPAGE="https://github.com/ForensicArtifacts/artifacts" -DOWNLOAD="https://pypi.python.org/packages/36/83/429bf4858ec3dcf579f1cdaa1634fcc88d32b4ae4194774033617d7de3d6/artifacts-20160713.tar.gz" -MD5SUM="1b602aa7d5ed680396af3a8df54f8bc1" +DOWNLOAD="https://github.com/ForensicArtifacts/artifacts/releases/download/20161022/artifacts-20161022.tar.gz" +MD5SUM="d2bc0fd19f03387952ca78223d630aa4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="PyYAML" |