summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-02-22 14:54:29 +0100
committerGitHub <noreply@github.com>2022-02-22 14:54:29 +0100
commit92970c2006dc25a52b53f40f7f470dc56991a760 (patch)
tree6847d348e34ef154cf47a742b3de6a0151c173f8
parentf47e24381d2f29da8530420e7a31c55e37c5f77a (diff)
downloadspack-92970c2006dc25a52b53f40f7f470dc56991a760.tar.gz
spack-92970c2006dc25a52b53f40f7f470dc56991a760.tar.bz2
spack-92970c2006dc25a52b53f40f7f470dc56991a760.tar.xz
spack-92970c2006dc25a52b53f40f7f470dc56991a760.zip
git-annex: add 10.20220121 (#28993)
-rw-r--r--var/spack/repos/builtin/packages/git-annex/package.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/git-annex/package.py b/var/spack/repos/builtin/packages/git-annex/package.py
index cd260ffc26..40f77c6731 100644
--- a/var/spack/repos/builtin/packages/git-annex/package.py
+++ b/var/spack/repos/builtin/packages/git-annex/package.py
@@ -30,7 +30,7 @@ class GitAnnex(Package):
#
# Steps to find the static link e.g. for amd64:
# - $ git clone https://downloads.kitenet.net/.git/
- # - $ cd git-annex
+ # - $ cd downloads.kitenet.net
# - $ ls -l git-annex/linux/current/
# gives for example for amd64
# git-annex-standalone-amd64.tar.gz ->
@@ -45,6 +45,8 @@ class GitAnnex(Package):
if platform.system() == "Linux" and platform.machine() == "aarch64":
# git-annex-standalone-arm64.tar.gz
+ version('10.20220121', sha256='3f8a50f61cb092e4e658a320b86ee7bd38238bbd1286fa462bb12797d36e1f25',
+ url="https://downloads.kitenet.net/.git/annex/objects/Kp/K5/SHA256E-s55243787--3f8a50f61cb092e4e658a320b86ee7bd38238bbd1286fa462bb12797d36e1f25.tar.gz/SHA256E-s55243787--3f8a50f61cb092e4e658a320b86ee7bd38238bbd1286fa462bb12797d36e1f25.tar.gz")
# release 8.20210804 was not properly updated for arm64 upstream
# the sha256sums of 8.20210622 and 8.20210804 were the same
version('8.20210622', sha256='869f875e280db0cc3243d9d0d33492f1c3bc182053544c1d5eb0ec463125fe76',
@@ -52,6 +54,8 @@ class GitAnnex(Package):
elif platform.system() == "Linux":
# git-annex-standalone-amd64.tar.gz
+ version('10.20220121', sha256='45cfaddc859d24f7e5e7eb3ab10c14a94d744705d365f26b54a50855ab1068f3',
+ url="https://downloads.kitenet.net/.git/annex/objects/M0/3z/SHA256E-s52034939--45cfaddc859d24f7e5e7eb3ab10c14a94d744705d365f26b54a50855ab1068f3.tar.gz/SHA256E-s52034939--45cfaddc859d24f7e5e7eb3ab10c14a94d744705d365f26b54a50855ab1068f3.tar.gz")
version('8.20210804', sha256='f9d4bec06dddaeced25eec5f46360223797363e608fe37cfa93b2481f0166e1f',
url="https://downloads.kitenet.net/.git/annex/objects/4M/J4/SHA256E-s51465538--f9d4bec06dddaeced25eec5f46360223797363e608fe37cfa93b2481f0166e1f.tar.gz/SHA256E-s51465538--f9d4bec06dddaeced25eec5f46360223797363e608fe37cfa93b2481f0166e1f.tar.gz")
version('8.20210622', sha256='a1cef631ef2cc0c977580eacaa1294d7617727df99214920ca6e8f3172bae03e',