-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Heads up! The binary releases are changing URLs!
From now on, you can download precompiled binaries from GitHub Releases where they're uploaded as assets on each release.
If you previously used the Readme's suggested script, you can simply replace the URL with:
https://github.com/koalaman/shellcheck/releases/download/${scversion?}/shellcheck-${scversion?}.linux.x86_64.tar.xz
I have backfilled GitHub Releases for all previous versions (and apologize profusely for the GitHub spam this caused). There is still a latest
and a stable
dummy release whose assets are overwritten on each git build and on each stable version, if you want auto-updates.
The plan is to leave old release versions (like v0.7.0) in place on GCS to avoid breaking existing builds, and eventually replace the "latest" and "stable" auto-upgrading URLs with scripts that merely fail and point to this issue. New releases, like the upcoming v0.7.1, will only be available via GitHub. Unfortunately this made a smaller dent in the hosting bill than I hoped, so I'll have to deprecate the old release versions
(This change was motivated by the ever-increasing cost of hosting 1TB+ monthly downloads)