# HG changeset patch # User Erkan Yilmaz # Date 1528540479 0 # Node ID b3340c8e1ed166abef32dfa0b0157b855f5a42fd # Parent 37cd8bfbd9083f9d3c2a07dea1ad679262209b6b npth update: 1.2 (2015 April) -> 1.5 (2017 June) diff -r 37cd8bfbd908 -r b3340c8e1ed1 npth-dev/receipt --- a/npth-dev/receipt Sat Jun 09 10:31:28 2018 +0000 +++ b/npth-dev/receipt Sat Jun 09 10:34:39 2018 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="npth-dev" -VERSION="1.2" +VERSION="1.5" CATEGORY="development" SHORT_DESC="The new GNU portable threads library, development files" MAINTAINER="al.bobylev@gmail.com" diff -r 37cd8bfbd908 -r b3340c8e1ed1 npth/receipt --- a/npth/receipt Sat Jun 09 10:31:28 2018 +0000 +++ b/npth/receipt Sat Jun 09 10:34:39 2018 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="npth" -VERSION="1.2" +VERSION="1.5" CATEGORY="security" SHORT_DESC="The new GNU portable threads library" MAINTAINER="al.bobylev@gmail.com" @@ -16,7 +16,7 @@ compile_rules() { # Integrity check: https://www.gnupg.org/download/integrity_check.html - echo "3bfa2a2d7521d6481850e8a611efe5bf5ed75200 $SRC/$TARBALL" | sha1sum -c || exit 1 + echo "93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1 $SRC/$TARBALL" | sha1sum -c || exit 1 ./configure $CONFIGURE_ARGS && make && make install }