[packaging/flatpak-kde-runtime/qt6.11] /: Restrict zxing to 2.x
Aleix Pol Gonzalez <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit adae92cda508fbc2e53a39e8fa6ab1f173b945b6 by Aleix Pol Gonzalez, on behalf of Justin Zobel.
Committed on 22/07/2026 at 15:52.
Pushed by justinzobel into branch 'qt6.11'.
Restrict zxing to 2.x
M +3 -0 org.kde.Sdk.json.in
https://invent.kde.org/packaging/flatpak-kde-runtime/-/commit/adae92cda508fbc2e53a39e8fa6ab1f173b945b6
diff --git a/org.kde.Sdk.json.in b/org.kde.Sdk.json.in
index cc05b3c..90f803d 100644
--- a/org.kde.Sdk.json.in
+++ b/org.kde.Sdk.json.in
@@ -2933,6 +2933,9 @@
"x-checker-data": {
"type": "anitya",
"project-id": 101246,
+ "versions": {
+ "<": "3.0.0"
+ },
"url-template": "https://github.com/zxing-cpp/zxing-cpp/archive/v$version.tar.gz"
}
},