clink: update source and url site name change, code cleanup

This commit is contained in:
Danny Rawlins 2018-12-08 15:35:47 +11:00
parent e5e2319d41
commit d14c83b0b5
2 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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
}