Skip to content

Commit 3b46c58

Browse files
authored
Auto-update brotli to v1.1.0 (#2547)
* Update brotli to v1.1.0 * Update xmake.lua
1 parent b88dce4 commit 3b46c58

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/b/brotli/xmake.lua

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
package("brotli")
2-
32
set_homepage("https://github.com/google/brotli")
43
set_description("Brotli compression format.")
4+
set_license("MIT")
55

6-
set_urls("https://github.com/google/brotli/archive/v$(version).tar.gz",
6+
set_urls("https://github.com/google/brotli/archive/$(version).tar.gz",
77
"https://github.com/google/brotli.git")
88

9-
add_versions("1.0.9", "f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46")
9+
add_versions("v1.1.0", "e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff")
10+
add_versions("v1.0.9", "f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46")
1011

1112
-- Fix VC C++ 12.0 BROTLI_MSVC_VERSION_CHECK calls
1213
-- VC <= 2012 build failed
1314
if is_plat("windows") then
14-
add_patches("1.0.9", path.join(os.scriptdir(), "patches", "1.0.9", "common_platform.patch"),
15+
add_patches("v1.0.9", path.join(os.scriptdir(), "patches", "1.0.9", "common_platform.patch"),
1516
"5d7363a6ed1f9a504dc7af08920cd184f0d04d1ad12d25d657364cf0a2dae6bb")
16-
add_patches("1.0.9", path.join(os.scriptdir(), "patches", "1.0.9", "tool_brotli.patch"),
17+
add_patches("v1.0.9", path.join(os.scriptdir(), "patches", "1.0.9", "tool_brotli.patch"),
1718
"333e2a0306cf33f2fac381aa6b81afd3d1237e7511e5cc8fe7fb760d16d01ca1")
1819
end
1920

0 commit comments

Comments
 (0)