{boot, package}: update hashes of git, svn, go, and cargo archives

Replace all git and svn packages archive names in hash files:

    $ sed -r -i -e 's/-br2/-git3/; s/-br3/-svn4/' $(
        git grep -l -E -- '-br2|-br3' '*.hash'
    )

    $ sed -r -i -e 's/(\.tar\.gz)$/-go1\1/' $(
        git grep -l -E '\$\(eval \$\((host-)?golang-package\)\)' '*.mk' \
        |sed -r -e 's/\.mk$/.hash/' \
        |sort -u
    )

    $ sed -r -i -e 's/(\.tar\.gz)$/-cargo1\1/' $(
        git grep -l -E '\$\(eval \$\((host-)?cargo-package\)\)' '*.mk' \
        |sed -r -e 's/\.mk$/.hash/' \
        |sort -u
    )

Then a bit of make source (based on: git diff --name-only), a lot of
sweat, and carefully checking the new archives to verify that only
modes have changed...

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Yann E. MORIN
2024-05-04 23:40:14 +02:00
committed by Arnout Vandecappelle
parent 2c3c1fa788
commit d8000791e3
110 changed files with 110 additions and 110 deletions

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 b1712d3bcb7443e892019b0dcfa378d97e8e35f4b21e7ab62523cc30fb974c19 dust-0.9.0.tar.gz
sha256 fffe56f60bb596213edcd054f45e3b611c4b9b7861ff4a1bb9e0721012474032 dust-0.9.0-cargo1.tar.gz
sha256 aee6e2d13d3a55c7881630c09b41ca7b3b44bb1437b5d36695d22decc3655160 LICENSE