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

Retrieve last version #3

Closed
M5oul opened this issue Jun 25, 2016 · 2 comments
Closed

Retrieve last version #3

M5oul opened this issue Jun 25, 2016 · 2 comments
Assignees

Comments

@M5oul
Copy link
Member

M5oul commented Jun 25, 2016

The upstream version must be modify often to download sources.
It must calm one time Cesium will be stabilized.
But for now, last package could be retrieve via:

@M5oul M5oul self-assigned this Jun 25, 2016
@M5oul
Copy link
Member Author

M5oul commented Jul 3, 2016

curl -s https://api.github.com/repos/duniter/cesium/releases/latest | grep "browser_" | cut -d\" -f4 | grep "zip"
https://github.com/duniter/cesium/releases/download/0.1.24/cesium-web-0.1.24.zip

Seems to works fine. The release need to be set as latest. It doesn't works for pre-release.

@M5oul
Copy link
Member Author

M5oul commented Jul 3, 2016

Finally, I found a solution which retrieve last version which could be latest or pre-release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant