CI - Flatpak - Use tarball as Git server is unavailable

(cherry picked from commit c99239d59b)

Co-authored-by: Justin Zobel <justin.zobel@gmail.com>
This commit is contained in:
Justin Zobel
2026-04-22 11:57:56 +09:30
parent 2206849f8b
commit ff6adb5399

View File

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