diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-13 12:24:30 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-12-13 12:24:30 +0100 |
commit | 4f67502b530c61ebedc79a995965cc7f6463da46 (patch) | |
tree | 3a82bd43b4fcca288e9c97630780b1f018187997 /coreutils | |
parent | 2c54b0bb824623632eca1e81e1452c17c52c695c (diff) | |
download | core-4f67502b530c61ebedc79a995965cc7f6463da46.tar.gz core-4f67502b530c61ebedc79a995965cc7f6463da46.tar.xz |
coreutils: use https and syntax
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/.signature | 4 | ||||
-rw-r--r-- | coreutils/Pkgfile | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/coreutils/.signature b/coreutils/.signature index d850fe3a..fddbc33c 100644 --- a/coreutils/.signature +++ b/coreutils/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqos33FXS192P29ki3nqRetEBqbwtxszjHRjavXGyiUD5sXhMRBrXQN7tY/KToEzMt61c5M6qfWu3oRaT3WXfBw8= -SHA256 (Pkgfile) = da6676ddf3de9a8ae63422facac997634c11fd21cd10d5a07469e6b37809fe81 +RWRJc1FUaeVeqsSwn6rGE53VP0VRGPKE6DE8oDn15ClApYv2+jLMDLEQW0A/j2HIQSSmH10QSFvHOWG4v6UbppogbYGbz9WefgQ= +SHA256 (Pkgfile) = 59b470f83ff2c2e31f41dafebd9b0f883983d1bca83be7bd8faf0cb930a752fa SHA256 (.footprint) = 45c2d1805ada036f538df41d4f15b3148670d9247839effbc39276b9d0c37819 SHA256 (coreutils-9.0.tar.xz) = ce30acdf4a41bc5bb30dd955e9eaa75fa216b4e3deb08889ed32433c7b3b97ce SHA256 (coreutils-uname.patch) = 164ad5976c67dd49f1d28d3124a6cb5395d52a23d9a3112a10a795af6069d97d diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index dc7c9bea..be499006 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -1,12 +1,12 @@ # Description: A collection of core GNU utilities -# URL: http://www.gnu.org/software/coreutils/ +# URL: https://www.gnu.org/software/coreutils/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: libgmp acl libcap +# Depends on: acl libcap libgmp name=coreutils version=9.0 release=1 -source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz +source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz coreutils-uname.patch chmod.c.patch) @@ -26,7 +26,7 @@ build() { --disable-assert \ --enable-no-install-program=uptime,kill,chcon,runcon,groups make - make DESTDIR=$PKG install + make DESTDIR=$PKG install install -d $PKG/bin mv $PKG/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo,false,ln,ls,mkdir,sleep} $PKG/bin |