diff options
author | Juergen Daubert <jue@jue.li> | 2018-05-24 11:14:37 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2018-05-24 11:14:37 +0200 |
commit | 00eb5dae814610ee2347c0762d85d30f8c4f6137 (patch) | |
tree | b3d6a2a81aded1997b7a9bd3dfebed28d686c806 /psutils | |
parent | 59d2b4abae7a3d472cdb16c36bd0047a08e9faba (diff) | |
download | opt-00eb5dae814610ee2347c0762d85d30f8c4f6137.tar.gz opt-00eb5dae814610ee2347c0762d85d30f8c4f6137.tar.xz |
psutils: fix source URL
Diffstat (limited to 'psutils')
-rw-r--r-- | psutils/.signature | 4 | ||||
-rw-r--r-- | psutils/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/psutils/.signature b/psutils/.signature index 2e70b8f0d..8a7eaf91c 100644 --- a/psutils/.signature +++ b/psutils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bz6n7dlstj+Q05BZmWMqhaWMfFKtUNNQ3VsoQM1NGcvDaGglIl01YGIIQXodrgG4opE6TFNIuNui1GkmhqVhwk= -SHA256 (Pkgfile) = 278b96125c0e99948f95a415141d78a444bb026ee029f75aefc0475a097ae3fe +RWSE3ohX2g5d/YHB1fDK0Q95hNAd3cY0KgTHh5HQswxA06hYrTmzR5eMP98Oy0FZiTfbRIXWZoOZ/EpNBtiJRbEa20tUc8fHHAs= +SHA256 (Pkgfile) = 47d7ece92a9b003c6059156eec6ceb77b142a7937a29a9ac330e404870ccfcde SHA256 (.footprint) = f843b829ec828c4e4d72af52578dc0294bb228ac11d2d6eb48d82f2307c45649 SHA256 (psutils-1.17.tar.gz) = 3853eb79584ba8fbe27a815425b65a9f7f15b258e0d43a05a856bdb75d588ae4 diff --git a/psutils/Pkgfile b/psutils/Pkgfile index 0762e06ab..bfbb34c80 100644 --- a/psutils/Pkgfile +++ b/psutils/Pkgfile @@ -1,5 +1,5 @@ # Description: Postscript Utilities -# URL: http://gershwin.ens.fr/vdaniel/Doc-Locale/Outils-Gnu-Linux/PsUtils/ +# URL: http://knackered.org/angus/psutils/ # Maintainer: Juergen Daubert, jue at crux dot nu # Packager: Martin Opel, mo at obbl-net dot de # Depends on: ghostscript @@ -7,7 +7,7 @@ name=psutils version=1.17 release=2 -source=(ftp://ftp.uni-frankfurt.de/pub/gentoo.org/distfiles/$name-$version.tar.gz) +source=(https://gentoo.osuosl.org/distfiles/$name-$version.tar.gz) build() { cd $name |