Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chromium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# And remove the use of the strip pipeline below
package:
name: chromium
version: "132.0.6834.153"
version: "132.0.6834.159"
epoch: 0
description: "Open souce version of Google's chrome web browser"
copyright:
Expand Down Expand Up @@ -145,7 +145,7 @@ pipeline:
repository: https://chromium.googlesource.com/chromium/src.git
tag: ${{package.version}}
depth: 1
expected-commit: d0b491d2f2c17c0f56d43ed1b95c803eb000a9b1
expected-commit: 2d77d3fc4452661469b78f115e0aed4d71269739
destination: /home/src

- runs: |
Expand Down
Loading