git-annex: add 10.20220121 (#28993)
This commit is contained in:
parent
f47e24381d
commit
92970c2006
1 changed files with 5 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue