Skip to content

Commit

Permalink
Merge pull request #68 from kramred/v87.0.4280.88-1
Browse files Browse the repository at this point in the history
Update to v87.0.4280.88-1
  • Loading branch information
Eloston authored Dec 4, 2020
2 parents b7c5983 + cb6e8fa commit 2aaf164
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/force_build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1601884962
1607082001
4 changes: 2 additions & 2 deletions .github/scripts/github_prepare_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ else
sleep 2

hdiutil compact ./build_src.sparsebundle
# Needs to be compressed to stay below GitHub's upload limit 5-8GB (?)
tar -c -f - build_src.sparsebundle/ | zstd -T0 -o build_src.sparsebundle.tar.zst
# Needs to be compressed to stay below GitHub's upload limit 2 GB (?!) 2020-11-24; used to be 5-8GB (?)
tar -c -f - build_src.sparsebundle/ | zstd -7 -T0 -o build_src.sparsebundle.tar.zst

sha256sum ./build_src.sparsebundle.tar.zst | tee ./sums.txt
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
case download::DOWNLOAD_DANGER_TYPE_DANGEROUS_HOST:
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -5197,10 +5197,12 @@ ChromeContentBrowserClient::GetUrlLookup
@@ -5207,10 +5207,12 @@ ChromeContentBrowserClient::GetUrlLookup
}
#endif

Expand Down
2 changes: 1 addition & 1 deletion ungoogled-chromium

0 comments on commit 2aaf164

Please sign in to comment.