Skip to content

Commit

Permalink
chore: update chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Sep 13, 2024
1 parent 24d9bee commit e2aae81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/OSnap_Browser/OSnap_Browser_Path.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ type revision = string

let revision_to_string revision = revision

(* https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json *)
let revisions =
[ "1298002"; "1289146"; "1056772"; "961656"; "960312"; "884014"; "856583" ]
[ "1331488"; "1298002"; "1289146"; "1056772"; "961656"; "960312"; "884014"; "856583" ]
;;

let get_latest_revision () = List.hd revisions
Expand Down
2 changes: 1 addition & 1 deletion osnap.opam
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build: [
]
dev-repo: "git+https://github.com/eWert-Online/OSnap.git"
pin-depends: [
[ "cdp.dev" "git+https://github.com/eWert-Online/reason-cdp.git#a0579cb4789b8ccf1cc4342b9885a46cf1549012"]
[ "cdp.dev" "git+https://github.com/eWert-Online/reason-cdp.git#80747e0b93d3dd81f162f2c7b37aae6bd96fe0c9"]
[ "libspng.dev" "git+https://github.com/eWert-Online/esy-libspng.git#opam"]
[ "odiff-core.dev" "git+https://github.com/dmtrKovalenko/odiff.git#v3.1.1"]
]
2 changes: 1 addition & 1 deletion osnap.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pin-depends: [
[ "cdp.dev" "git+https://github.com/eWert-Online/reason-cdp.git#a0579cb4789b8ccf1cc4342b9885a46cf1549012"]
[ "cdp.dev" "git+https://github.com/eWert-Online/reason-cdp.git#80747e0b93d3dd81f162f2c7b37aae6bd96fe0c9"]
[ "libspng.dev" "git+https://github.com/eWert-Online/esy-libspng.git#opam"]
[ "odiff-core.dev" "git+https://github.com/dmtrKovalenko/odiff.git#v3.1.1"]
]

0 comments on commit e2aae81

Please sign in to comment.