Skip to content

Commit

Permalink
[perfetto] update to 46.0 (microsoft#39280)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller authored Jun 14, 2024
1 parent 9b959d0 commit e647ea3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/perfetto/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/perfetto
REF "v${VERSION}"
SHA512 6dcfe252f2f163d07cce3036afaafa02f46202940d9724ec0e151e6881bde8305cbd2620778aca51604f6e1e1e48c86cf95d6ed088a8045f65700110f18f0233
SHA512 eabdf1991411a9323815b7c1f5bb29d7584d33e04f0219baadb11dd1118d3e34788d31ba0d9904a55fc02138b9103bfa0e50ab5994696749157b58669b2952d8
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/perfetto/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perfetto",
"version": "45.0",
"version": "46.0",
"description": "System profiling, app tracing and trace analysis",
"homepage": "https://perfetto.dev",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6761,7 +6761,7 @@
"port-version": 3
},
"perfetto": {
"baseline": "45.0",
"baseline": "46.0",
"port-version": 0
},
"pffft": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/perfetto.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "87c775f6546ba2a72c09d2c7b0e439ab5ca8dc33",
"version": "46.0",
"port-version": 0
},
{
"git-tree": "563167ada317e91ada564ab0da3031b4fe2224e2",
"version": "45.0",
Expand Down

0 comments on commit e647ea3

Please sign in to comment.