wok diff npth/receipt @ rev 21009

updated gtick (0.4.2 -> 0.5.4)
author Hans-G?nter Theisgen
date Sat Mar 09 13:45:19 2019 +0100 (2019-03-09)
parents ac006a7bf27c
children 70356dd15554
line diff
     1.1 --- a/npth/receipt	Thu Jun 23 01:40:19 2016 +0300
     1.2 +++ b/npth/receipt	Sat Mar 09 13:45:19 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="npth"
     1.7 -VERSION="1.2"
     1.8 +VERSION="1.5"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="The new GNU portable threads library"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -16,7 +16,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.16 -	echo "3bfa2a2d7521d6481850e8a611efe5bf5ed75200  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.17 +	echo "93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.18  
    1.19  	./configure $CONFIGURE_ARGS && make && make install
    1.20  }