File: Bumped-max_version-for-thunderbird.patch

package info (click to toggle)
mailmindr 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 636 kB
  • sloc: javascript: 5,610; makefile: 23
file content (23 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Mechtilde <mechtilde@debian.org>
Date: Sun, 21 Sep 2025 15:17:12 +0200
Subject: Bumped max_version for thunderbird
Gbp-Pq: Bumped_max_version_for_thunderbird
Forwarded: No

---
 manifest.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifest.json b/manifest.json
index 2277cfd..6b82118 100644
--- a/manifest.json
+++ b/manifest.json
@@ -7,7 +7,7 @@
         "gecko": {
             "id": "mailmindr@arndissler.net",
             "strict_min_version": "102.0",
-            "strict_max_version": "129.*"
+            "strict_max_version": "142.*"
         }
     },
     "author": "Arnd Issler",