ports/core (3.7): file: use https, changed source to http mirror
commit b4e3ae41946afc8c4a88cf19b0b7049b5db60b9d Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:22:06 2021 +0100 file: use https, changed source to http mirror diff --git a/file/.signature b/file/.signature index 0b865e4f..73a3e1af 100644 --- a/file/.signature +++ b/file/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqrw0ir0EqMqfB63dEVrVzdKaj2xvCdNRIjBM0smp5g+1dIZYWQt6UnDdUeYkH6uIcN8CaXP9TH5h3vbiAiAxfgg= -SHA256 (Pkgfile) = be82278982846bdf184afd7d6520320d5f7748cdbddc218519c5a06d7bf743a0 +RWRJc1FUaeVeqls1RviyPJNS207eTJ37LBWE1UNvldPeu0f4KSzSopxfA1ulwLHTvcRjmnh5SeTWOsEGK8bfIyjmpNmmwjxpuAE= +SHA256 (Pkgfile) = 49cb5a1e9fc4e8f03446ec910ef41070bcccba0f4fe8b96b6d72d6dcf69b8fcd SHA256 (.footprint) = cee17b798bf4ff8fc815c236ce0c2dad2ad776ac961cbe0b7f55f9c92223c94a -SHA256 (file-5.41.tar.gz) = 13e532c7b364f7d57e23dfeea3147103150cb90593a57af86c10e4f6e411603f +SHA256 (FILE5_41.tar.gz) = 088fd09e8f2f7e8fda05e07ba9586df8708e1676a44db207b4496bd44e7f49f4 diff --git a/file/Pkgfile b/file/Pkgfile index c4fa5569..cd3e23f6 100644 --- a/file/Pkgfile +++ b/file/Pkgfile @@ -1,15 +1,16 @@ # Description: File type identification utility -# URL: http://www.darwinsys.com/file/ +# URL: https://www.darwinsys.com/file/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: zlib name=file version=5.41 release=1 -source=(ftp://ftp.astron.com/pub/file/$name-$version.tar.gz) +source=(https://github.com/file/file/archive/refs/tags/FILE${version/./_}.tar.gz) build() { - cd $name-$version + cd $name-FILE${version/./_} + autoreconf -vfi ./configure \ --prefix=/usr \ --enable-fsect-man5 \
participants (1)
-
crux@crux.nu