-
Notifications
You must be signed in to change notification settings - Fork 20
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
Request adding a static "lastest" version single file download link #116
Comments
Would |
It would cause less complications for users of the link if it directly served the file vs. a redirect. For example, Overall, though, I think you can choose what works best for you as far as automating your deployments. |
Tell me more about this install script you're thinking of. When does it get used? |
For me, my installer is in my dotfiles repository setup. Any time I spin up a new linux VM, I clone the git project and execute my setup script, which sets up my bash environment and installs git submodules and installs other external tools (like ack) to my liking so I have a single environment with all my preferences everywhere I go with only a |
Hi, Hoping someone may find this useful; I parse the changelog to figure out the latest version.
|
Just FYI, an easier way to do
with ack would be
I know, you're trying to install ack and so don't have ack handy. I just wanted to point out some handy ack features. |
Right now it is possible to download the current (3.1.1.) version of the single-file ack using the following URL:
https://beyondgrep.com/ack-v3.1.1
and in a similar fashion, older versions can be downloaded, too, such as:
https://beyondgrep.com/ack-v3.1.0
Please consider adding a static URL such as
https://beyondgrep.com/ack-latest
that always points to the latest version, no matter what version that might be, so it can be coded into an install script knowing it will grab the latest version. So today, that URL would server up the 3.1.1 version, but when the next version is released, it will then point to whatever that newer version is.
Thank you for ack and for considering adding this feature to the website.
The text was updated successfully, but these errors were encountered: