[packaging/flatpak-kde-runtime/qt6.10] /: Fix tag patterns for several projects and use version restriction instead
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a2c9d945083deff270e2c082c51b8f0810f226e7 by Justin Zobel.
Committed on 18/07/2026 at 03:21.
Pushed by justinzobel into branch 'qt6.10'.
Fix tag patterns for several projects and use version restriction instead
M +22 -7 org.kde.Sdk.json.in
https://invent.kde.org/packaging/flatpak-kde-runtime/-/commit/a2c9d945083deff270e2c082c51b8f0810f226e7
diff --git a/org.kde.Sdk.json.in b/org.kde.Sdk.json.in
index 8bd7524..627a893 100644
--- a/org.kde.Sdk.json.in
+++ b/org.kde.Sdk.json.in
@@ -1144,7 +1144,7 @@
"tag": "v6.27.0",
"x-checker-data": {
"type": "git",
- "tag-pattern": "^v6\\.([\\d.]+)$"
+ "tag-pattern": "^v([\\d.]+)$"
},
"commit": "fa262097a48f0f84529498741afcc7040e93b271"
},
@@ -2777,7 +2777,10 @@
"tag": "v6.27.0",
"x-checker-data": {
"type": "git",
- "tag-pattern": "^v6([\\d.]+)$"
+ "tag-pattern": "^v([\\d.]+)$",
+ "versions": {
+ "<": "7"
+ }
},
"commit": "1909e1bbf23ef6ee824b007cddfefaa7abc91c9c"
},
@@ -2804,7 +2807,10 @@
"tag": "v6.27.0",
"x-checker-data": {
"type": "git",
- "tag-pattern": "^v6([\\d.]+)$"
+ "tag-pattern": "^v([\\d.]+)$",
+ "versions": {
+ "<": "7"
+ }
},
"commit": "d534891328ed24267cc983feb646c86d8c9938f4"
},
@@ -2864,7 +2870,10 @@
"tag": "v6.27.0",
"x-checker-data": {
"type": "git",
- "tag-pattern": "^v6([\\d.]+)$"
+ "tag-pattern": "^v([\\d.]+)$",
+ "versions": {
+ "<": "7"
+ }
},
"commit": "abbd4e62fa382421536119d938c3ee47f62f3b4f"
},
@@ -3004,7 +3013,10 @@
"tag": "v6.27.0",
"x-checker-data": {
"type": "git",
- "tag-pattern": "^v6([\\d.]+)$"
+ "tag-pattern": "^v([\\d.]+)$",
+ "versions": {
+ "<": "7"
+ }
},
"commit": "705ffe3e5dfd0f5283ff4bf559ad09fededfbbf3"
},
@@ -3054,7 +3066,10 @@
"tag": "v6.27.0",
"x-checker-data": {
"type": "git",
- "tag-pattern": "^v6([\\d.]+)$"
+ "tag-pattern": "^v([\\d.]+)$",
+ "versions": {
+ "<": "7"
+ }
},
"commit": "b05a4b8630b12e09744b0e208d5d8c68e19ccfec"
},
@@ -3397,4 +3412,4 @@
]
}
]
-}
\ No newline at end of file
+}