[pim/kitinerary] /: CI: Flatpak: Restrict ZXing to 2.3.0
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 124752d14d2f40884beb9a5a6460656627afcb3b by Justin Zobel, on behalf of Justin Zobel.
Committed on 20/07/2026 at 10:31.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Restrict ZXing to 2.3.0
M +5 -2 .flatpak-manifest.json
https://invent.kde.org/pim/kitinerary/-/commit/124752d14d2f40884beb9a5a6460656627afcb3b
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index bdffeb73..ed14c012 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -153,12 +153,15 @@
"sources": [
{
"type": "archive",
- "url": "https://github.com/zxing-cpp/zxing-cpp/archive/v3.1.0.tar.gz",
- "sha256": "3fb23a3a82788fd176f0109ddbaa76c6a53e78fd19fc93554eeb6b9e16ae6f90",
+ "url": "https://github.com/zxing-cpp/zxing-cpp/archive/v2.3.0.tar.gz",
+ "sha256": "64e4139103fdbc57752698ee15b5f0b0f7af9a0331ecbdc492047e0772c417ba",
"x-checker-data": {
"type": "anitya",
"project-id": 101246,
"stable-only": true,
+ "versions": {
+ "<": "3.0.0"
+ },
"url-template": "https://github.com/zxing-cpp/zxing-cpp/archive/v$version.tar.gz"
}
}