Skip to content

Commit

Permalink
Merge pull request #16539 from brave/109.0.5414.80_master
Browse files Browse the repository at this point in the history
Upgrade from Chromium 109.0.5414.74 to Chromium 109.0.5414.80
  • Loading branch information
kjozwiak authored Jan 5, 2023
2 parents e257fd6 + 0343f2c commit 56aaaea
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: Wed Jan 4 19:18:38 UTC 2023
# Last updated: Thu Jan 5 15:03:07 UTC 2023
PinsListTimestamp
1672859918
1672930987
# =====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": "109.0.5414.74",
"tag": "109.0.5414.80",
"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 80700c1a7fc1f5c3477091f3e96539f89ba19fc3..fa35a6736d6a0d35028ef64269ce08f8eb451316 100644
index 74ef5fbcd10bd179ac805c60dd7505b05d01db1a..737d65e0aebaa41ea29c76c60b3bae97f58a2978 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=109
-MINOR=0
-BUILD=5414
-PATCH=74
-PATCH=80
+MINOR=1
+BUILD=49
+PATCH=3

0 comments on commit 56aaaea

Please sign in to comment.