Skip to content

Commit

Permalink
Merge pull request #16279 from brave/108.0.5359.99_master
Browse files Browse the repository at this point in the history
Upgrade from Chromium 108.0.5359.94 to Chromium 108.0.5359.99.
  • Loading branch information
mkarolin authored Dec 8, 2022
2 parents 85227ab + 4ac250a commit cd6dbac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ bool ParseCertificatesFile(base::StringPiece certs_input,
Pinsets* pinsets,
base::Time* timestamp) {
base::StringPiece brave_certs = R"brave_certs(
# Last updated: Fri Dec 2 20:30:26 UTC 2022
# Last updated: Wed Dec 7 18:30:37 UTC 2022
PinsListTimestamp
1670013026
1670437837
# =====BEGIN BRAVE ROOTS ASC=====
#From https://www.amazontrust.com/repository/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "108.0.5359.94",
"tag": "108.0.5359.99",
"repository": {
"url": "https://github.com/chromium/chromium"
}
Expand Down
4 changes: 2 additions & 2 deletions patches/chrome-VERSION.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/chrome/VERSION b/chrome/VERSION
index 7ca54d2626b478601d76a955a088ebd215410c18..8a31d8f9636b8ccbe6009e27404c374b79462570 100644
index cde856662d91180fb01a6cdee844482a56911753..bc536c5acb5482f087048e5d8e8e4bc27c15d668 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=108
-MINOR=0
-BUILD=5359
-PATCH=94
-PATCH=99
+MINOR=1
+BUILD=48
+PATCH=37

0 comments on commit cd6dbac

Please sign in to comment.