diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-13 11:48:44 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-12-13 11:48:44 +0100 |
commit | 023c0594447991758642bc19066b9c2a831187ac (patch) | |
tree | b5d267628656954aee28d8ae0f818c71ac67882f /tar/Pkgfile | |
parent | 5ba1acc2984ae2a5dfd840e52af76d6606b692a4 (diff) | |
download | core-023c0594447991758642bc19066b9c2a831187ac.tar.gz core-023c0594447991758642bc19066b9c2a831187ac.tar.xz |
tar: use https
Diffstat (limited to 'tar/Pkgfile')
-rw-r--r-- | tar/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tar/Pkgfile b/tar/Pkgfile index 202ec059..9496391a 100644 --- a/tar/Pkgfile +++ b/tar/Pkgfile @@ -1,11 +1,11 @@ # Description: GNU tar -# URL: http://www.gnu.org/software/tar/tar.html +# URL: https://www.gnu.org/software/tar/tar.html # Maintainer: CRUX System Team, core-ports at crux dot nu name=tar version=1.34 release=1 -source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) +source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version |