diff options
-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" |