Skip to content

Commit ce2dd38

Browse files
committed
release/v109.0.5414.120-1.1_x86-64-macos
1 parent 9f79d0b commit ce2dd38

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/scripts/force_build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1654872671
1+
1674667509

downloads.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ output_path = third_party/google_toolbox_for_mac/src
1414

1515
# Pre-built LLVM toolchain for convenience
1616
[llvm]
17-
version = 15.0.3
18-
url = https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s/clang+llvm-%(version)s-x86_64-apple-darwin.tar.xz
19-
download_filename = clang+llvm-%(version)s-x86_64-apple-darwin.tar.xz
20-
strip_leading_dirs = clang+llvm-%(version)s-x86_64-apple-darwin
21-
sha512 = ba4e661fb9ec10e1e29f0ff96913f05f72d45e1d61c61397998a94dd7e9a422f223e9559a7748e9f460a9b269b3950fc1a8434b3d2d1c87a687e64180af6bc85
17+
version = 15.0.7-x86_64-apple-darwin21.0
18+
url = https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s/clang+llvm-%(version)s.tar.xz
19+
download_filename = clang+llvm-%(version)s.tar.xz
20+
strip_leading_dirs = clang+llvm-%(version)s
21+
sha512 = dc8936b951089f6bf54edcb390a1fce21d34b7bbd49179eab19105a0c699e490b8a85adc4c3edb067aaec619bb5ef6d9059020f9d75af7e055a004876903bdea
2222
output_path = third_party/llvm-build/Release+Asserts

patches/ungoogled-chromium/macos/fix-app_shim_manager_mac.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/chrome/browser/apps/app_shim/app_shim_manager_mac.cc
22
+++ b/chrome/browser/apps/app_shim/app_shim_manager_mac.cc
3-
@@ -1384,7 +1384,7 @@ std::map<base::FilePath, int> AppShimManager::GetProfilesWithMatchingHandlers(
3+
@@ -1384,7 +1384,7 @@ std::map<base::FilePath, int> AppShimMan
44
AppShimRegistry::Get()->GetHandlersForApp(params.app_id);
55
for (const auto& [profile, handler_info] : handlers) {
66
int count = base::ranges::count_if(

0 commit comments

Comments
 (0)