wok-current rev 20346
npth update: 1.2 (2015 April) -> 1.5 (2017 June)
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 10:34:39 2018 +0000 (2018-06-09) |
parents | 37cd8bfbd908 |
children | 7c7b2aced469 |
files | npth-dev/receipt npth/receipt |
line diff
1.1 --- a/npth-dev/receipt Sat Jun 09 10:31:28 2018 +0000 1.2 +++ b/npth-dev/receipt Sat Jun 09 10:34:39 2018 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="npth-dev" 1.7 -VERSION="1.2" 1.8 +VERSION="1.5" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The new GNU portable threads library, development files" 1.11 MAINTAINER="al.bobylev@gmail.com"
2.1 --- a/npth/receipt Sat Jun 09 10:31:28 2018 +0000 2.2 +++ b/npth/receipt Sat Jun 09 10:34:39 2018 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="npth" 2.7 -VERSION="1.2" 2.8 +VERSION="1.5" 2.9 CATEGORY="security" 2.10 SHORT_DESC="The new GNU portable threads library" 2.11 MAINTAINER="al.bobylev@gmail.com" 2.12 @@ -16,7 +16,7 @@ 2.13 compile_rules() 2.14 { 2.15 # Integrity check: https://www.gnupg.org/download/integrity_check.html 2.16 - echo "3bfa2a2d7521d6481850e8a611efe5bf5ed75200 $SRC/$TARBALL" | sha1sum -c || exit 1 2.17 + echo "93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1 $SRC/$TARBALL" | sha1sum -c || exit 1 2.18 2.19 ./configure $CONFIGURE_ARGS && make && make install 2.20 }