[packaging/craft-blueprints-kde/dev] libs/brotli: [brotli] 1.2.0 version

Daniel Novomeský <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 4af0f0b48f060ef1711b7fdf60a2857b130d2d7f by Daniel Novomeský.
Committed on 31/07/2026 at 14:41.
Pushed by novomeskyd into branch 'dev'.

[brotli] 1.2.0 version

M  +3    -2    libs/brotli/brotli.py

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/4af0f0b48f060ef1711b7fdf60a2857b130d2d7f

diff --git a/libs/brotli/brotli.py b/libs/brotli/brotli.py
index 2daf543d0..39f50f7c6 100644
--- a/libs/brotli/brotli.py
+++ b/libs/brotli/brotli.py
@@ -6,16 +6,17 @@ from Utils import CraftHash
 class subinfo(info.infoclass):
     def setTargets(self):
         self.svnTargets["master"] = "https://github.com/google/brotli.git"
-        for ver in ["1.0.9", "1.1.0"]:
+        for ver in ["1.0.9", "1.1.0", "1.2.0"]:
             self.targets[ver] = f"https://github.com/google/brotli/archive/refs/tags/v{ver}.tar.gz"
             self.targetInstSrc[ver] = f"brotli-{ver}"
         self.targetDigests["1.0.9"] = (["f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46"], CraftHash.HashAlgorithm.SHA256)
         self.targetDigests["1.1.0"] = (["e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff"], CraftHash.HashAlgorithm.SHA256)
+        self.targetDigests["1.2.0"] = (["816c96e8e8f193b40151dad7e8ff37b1221d019dbcb9c35cd3fadbfe6477dfec"], CraftHash.HashAlgorithm.SHA256)
         self.patchToApply["1.0.9"] = [("brotli-1.0.9-20230707.diff", 1)]
         self.patchLevel["1.0.9"] = 2
         self.description = "Brotli compression format"
         self.webpage = "https://github.com/google/brotli"
-        self.defaultTarget = "1.1.0"
+        self.defaultTarget = "1.2.0"
 
     def setDependencies(self):
         self.runtimeDependencies["virtual/base"] = None
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.