Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can we reach a download URL of a specific version of chromium? #429

Closed
ueokande opened this issue Nov 11, 2023 · 3 comments
Closed

How can we reach a download URL of a specific version of chromium? #429

ueokande opened this issue Nov 11, 2023 · 3 comments
Labels
question Further information is requested

Comments

@ueokande
Copy link
Collaborator

Hi, I'm a maintainer of setup-chrome. I'm planning to support downloading chromium with a specific version number like 119 or 119.0.6045.123. We can download older releases from chromium-browser-snapshots by using the commit position (or also called as chromium revision). The commit position is a unique number and it is used for the directory name in chromium-browser-snapshots.

I leaned we can get the released version number of the chromium from Chromium Dash. But I don't know how to find out the commit position from the version number. Please let me know if you know how to do it. Thank you very much.

@ueokande ueokande added the question Further information is requested label Nov 11, 2023
@umihico
Copy link

umihico commented Nov 15, 2023

Since version 113, you can download revisions from chrome-for-testing, such as https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json

If you require even more old releases, I don't know proper ways to retrieve them. Previously, I accessed https://omahaproxy.appspot.com/all.json via curl and attempted all possible revisions in descending order until I found the correct version. You can refer to the relevant code here. Also you can check my releases which is tracking revisions since v95

I hope this helps

@ueokande
Copy link
Collaborator Author

@umihico Oh, thanks for your helpful information 👏 I will try it!

@ueokande
Copy link
Collaborator Author

ueokande commented Dec 3, 2023

Now, resolved by #428. Thanks you very much.

@ueokande ueokande closed this as completed Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants