python/artifacts: Updated for version 20161022.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
2eaffccfe9
commit
3c65e40593
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue