wok diff npth/receipt @ rev 21553

syslinux/iso2exe,taziso: add slitaz.pif
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 10 19:27:17 2019 +0200 (2019-05-10)
parents ac006a7bf27c
children 70356dd15554
line diff
     1.1 --- a/npth/receipt	Thu Jun 23 01:40:19 2016 +0300
     1.2 +++ b/npth/receipt	Fri May 10 19:27:17 2019 +0200
     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  }