git-annex: add latest version 10.20230408 (#38728)

This commit is contained in:
Rémi Lacroix 2023-07-05 10:27:46 +02:00 committed by GitHub
parent 082afe04b8
commit f863066b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,11 @@ class GitAnnex(Package):
if platform.system() == "Linux" and platform.machine() == "aarch64":
# git-annex-standalone-arm64.tar.gz
version(
"10.20230408",
sha256="4efc0636eae3a8e55ccbdd638339b00f39d5691a8f44874dcb0b90ce1425cc47",
url="https://downloads.kitenet.net/.git/annex/objects/V8/52/SHA256E-s66738845--4efc0636eae3a8e55ccbdd638339b00f39d5691a8f44874dcb0b90ce1425cc47.tar.gz/SHA256E-s66738845--4efc0636eae3a8e55ccbdd638339b00f39d5691a8f44874dcb0b90ce1425cc47.tar.gz",
)
# release 10.20220223 was not properly updated for arm64 upstream
version(
"10.20220121",
@ -67,6 +71,11 @@ class GitAnnex(Package):
elif platform.system() == "Linux":
# git-annex-standalone-amd64.tar.gz
version(
"10.20230408",
sha256="5c322c5c5b35e5835bb94c97be143d2717de1e8fb66f7b037720f7dd1d9cc71f",
url="https://downloads.kitenet.net/.git/annex/objects/79/22/SHA256E-s54263192--5c322c5c5b35e5835bb94c97be143d2717de1e8fb66f7b037720f7dd1d9cc71f.tar.gz/SHA256E-s54263192--5c322c5c5b35e5835bb94c97be143d2717de1e8fb66f7b037720f7dd1d9cc71f.tar.gz",
)
version(
"10.20220223",
sha256="498a877e040f20e032879d026a78aa86b74f2652774efe3e8b81f054ca1f4485",