ports/contrib (3.4): clink: update source and url site name change, code cleanup
commit d14c83b0b5da90d7b1e1cda743ff53f110a396fe Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Dec 8 15:35:47 2018 +1100 clink: update source and url site name change, code cleanup diff --git a/clink/.signature b/clink/.signature index dca6e608..91940b61 100644 --- a/clink/.signature +++ b/clink/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zgZbSH/z4U0IzD/70AF6bWYWlsvnE4Rl7QlaXhawXDEnAJoX2k6zFCrIrykLiKIlwBu+DO5nI1Ia6Rrp87nqAM= -SHA256 (Pkgfile) = a41610cb427fac9204a115f9ce652dff3b738e29643d65634ec8aa268bb7a9e0 +RWSagIOpLGJF3xgsHIjBs1MGa9nLriklhHchyr3Ao5QP8GpsHZsKBEFnxkpIeyMxf+ILolWmLxpqv0eCXEVW9keEq2B8OeLaHww= +SHA256 (Pkgfile) = 8773196309e6b47935cd75db5713e372cdeb76d019b7082dc630f78fd73a1dbf SHA256 (.footprint) = 7ed11f444c8b2940681f86daa6ac9333f285eff0f7335df4f42a4e330e041b5f -SHA256 (clink-1.1.1) = c34b6bc422f3be977a14774092d9cacda7e36288d2d81eaae1cafe22a8fc6db3 +SHA256 (clink-1.1.1) = c25762dbd7e95bcc61d4c4ac5d0ae6e903838f7b2b2419b0569eaeed871e60c5 diff --git a/clink/Pkgfile b/clink/Pkgfile index 17a9b98a..7e4f38ab 100644 --- a/clink/Pkgfile +++ b/clink/Pkgfile @@ -1,15 +1,13 @@ # Description: Compacts directories by replacing duplicate files by symbolic links and placing the origional files in ./common-files -# URL: http://free-electrons.com/community/tools/utils/clink/ +# URL: https://bootlin.com/blog/clink/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me # Depends on: python name=clink version=1.1.1 -release=1 -source=(http://free-electrons.com/pub/utils/clink/clink-$version) +release=2 +source=(https://bootlin.com/pub/utils/clink/clink-$version) build() { install -D -m755 clink-$version $PKG/usr/bin/clink } -
participants (1)
-
crux@crux.nu