diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:40:39 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:40:39 +0000 |
commit | 9c46c7543a3c21c3de274250a9646f4d1971ad24 (patch) | |
tree | fb7bdfad14fa4df0e9ef772346e4fdc0ff9d4fac | |
parent | 2441300acb33b90fc5b41cc1622be69ddc4518e5 (diff) | |
download | opt-9c46c7543a3c21c3de274250a9646f4d1971ad24.tar.gz opt-9c46c7543a3c21c3de274250a9646f4d1971ad24.tar.xz |
npth: adopted port
-rw-r--r-- | npth/.signature | 4 | ||||
-rw-r--r-- | npth/Pkgfile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npth/.signature b/npth/.signature index a5002df8a..9402bd649 100644 --- a/npth/.signature +++ b/npth/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VvPQJIxhOtM8ZTLKy2uBiqPBq9QOr61cPYSdCEGsQh0UNPCMXS/y8KNLbmIo6ZzMNm/tn9XYLSl1kFKlr697gw= -SHA256 (Pkgfile) = f419d4d636761fad2dfd9da84253a8812869e216c4cf2e8e094fb85285e3f99d +RWSE3ohX2g5d/XAFdt6gt3kzq6vwgQ9DdPSCiXqopQAr1X0+KAo9/P59zZH7HHrbvkeh79T7KZtjdcXimKXNAu2biB1YyckN8wg= +SHA256 (Pkgfile) = a6b9d19a31ef0d1790d6194ae78ec464cae3f1e8e5350e61096150833d00606c SHA256 (.footprint) = d3e4944a0718403da2408a7e5daa92415866aaf2439567331d697d060da1477e SHA256 (npth-1.6.tar.bz2) = 1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 diff --git a/npth/Pkgfile b/npth/Pkgfile index 243775a03..307406271 100644 --- a/npth/Pkgfile +++ b/npth/Pkgfile @@ -1,11 +1,11 @@ # Description: POSIX library for priority-based and scheduled multi threading -# URL: ftp://ftp.gnupg.org/gcrypt/npth/ -# Maintainer: Thomas Penteker, tek at serverop dot de +# URL: https://gnupg.org/software/npth/index.html +# Maintainer: Tim Biermann, tbier at posteo dot de name=npth version=1.6 release=1 -source=(ftp://ftp.gnupg.org/gcrypt/npth/npth-$version.tar.bz2) +source=(https://gnupg.org/ftp/gcrypt/npth/$name-$version.tar.bz2) build() { cd $name-$version |