Update flatpak manifest for qtkeychain 0.14.1

This also changes the url-template to match the tarball URL for 0.14.1
which has changed compared to previous versions.
This commit is contained in:
Bart De Vries 2023-06-08 16:12:31 +02:00
parent f3e5314be5
commit 441ef6d265
1 changed files with 3 additions and 3 deletions

View File

@ -107,13 +107,13 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/frankosterfeld/qtkeychain/archive/v0.13.2.tar.gz",
"sha256": "20beeb32de7c4eb0af9039b21e18370faf847ac8697ab3045906076afbc4caa5",
"url": "https://github.com/frankosterfeld/qtkeychain/archive/0.14.1.tar.gz",
"sha256": "afb2d120722141aca85f8144c4ef017bd74977ed45b80e5d9e9614015dadd60c",
"x-checker-data": {
"type": "anitya",
"project-id": 4138,
"stable-only": true,
"url-template": "https://github.com/frankosterfeld/qtkeychain/archive/v$version.tar.gz"
"url-template": "https://github.com/frankosterfeld/qtkeychain/archive/$version.tar.gz"
}
}
],