CI - Flatpak - Use tarball as Git server is unavailable

This commit is contained in:
Justin Zobel
2026-04-22 11:34:40 +09:30
parent 1ac32eab69
commit c99239d59b

View File

@@ -42,15 +42,14 @@
],
"sources": [
{
"type": "git",
"url": "https://dev.gnupg.org/source/libgcrypt.git",
"tag": "libgcrypt-1.11.2",
"commit": "737cc63600146f196738a6768679eb016cf866e9",
"type": "archive",
"url": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.2.tar.bz2",
"sha256": "6ba59dd192270e8c1d22ddb41a07d95dcdbc1f0fb02d03c4b54b235814330aac",
"x-checker-data": {
"type": "anitya",
"project-id": 1623,
"stable-only": true,
"tag-template": "libgcrypt-$version"
"url-template": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$version.tar.bz2"
}
}
]