Skip to content

Commit

Permalink
Merge pull request #15111 from brave/105.0.5195.136_1.43.x
Browse files Browse the repository at this point in the history
Upgrade from Chromium 105.0.5195.127 to Chromium 105.0.5195.136 (1.43.x)
  • Loading branch information
kjozwiak authored Sep 15, 2022
2 parents e34ab5f + deb38ef commit bf95b1e
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: Tue Sep 13 17:31:42 UTC 2022
# Last updated: Thu Sep 15 17:21:58 UTC 2022
PinsListTimestamp
1663090302
1663262518
# =====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 @@ -257,7 +257,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "105.0.5195.127",
"tag": "105.0.5195.136",
"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 c7b2d7decf390cc3044cb384d4e3d22f42d9352a..dff0e612e8348671430d9dffdda583c4e30d6663 100644
index b40d000557c5312103268c67aebfceb96b22c811..7cff163f51bc441142753dce7124d8070e9ae227 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=105
-MINOR=0
-BUILD=5195
-PATCH=127
-PATCH=136
+MINOR=1
+BUILD=43
+PATCH=93

0 comments on commit bf95b1e

Please sign in to comment.