We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation for the github installs https://comtrya.dev/binary.html mentions only how to grab a tagged version.
Rather than a discrete numbered version I want to download the latest version of a given binary.
Here was my guess as to how this was done:
Running comtrya with debug flags I can see that yields me a URL: https://api.github.com/repos/sharkdp/bat/releases/tags/latest
When the URL I need/want is: https://github.com/sharkdp/bat/releases/latest
The text was updated successfully, but these errors were encountered:
This sounds reasonable to me and yea, we should support this.
Sorry, something went wrong.
No branches or pull requests
The documentation for the github installs https://comtrya.dev/binary.html mentions only how to grab a tagged version.
Rather than a discrete numbered version I want to download the latest version of a given binary.
Here was my guess as to how this was done:
name: bat
directory: /usr/local/bin
repository: sharkdp/bat
version: latest
Running comtrya with debug flags I can see that yields me a URL:
https://api.github.com/repos/sharkdp/bat/releases/tags/latest
When the URL I need/want is:
https://github.com/sharkdp/bat/releases/latest
The text was updated successfully, but these errors were encountered: