Commit Graph

5 Commits

Author SHA1 Message Date
Kyle Carberry
e866acb9d9 coder: fix update.sh for stable release
Previously, this used the incorrect method of fetching
the stable release, so mainline was always used.
2024-04-29 20:57:31 -04:00
Kyle Carberry
73c3aa5bd0
coder: fix update script to use highest stable version (#306284)
* coder: use highest stable version not latest version

This would previously fetch 2.9.4 instead of 2.10.3 if 2.9.4 was
released afterwards. Coder frequently releases patches for older
versions, so we must sort by version.

This same pattern is done in their install script.

* Update pkgs/development/tools/coder/update.sh

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2024-04-25 11:58:11 -03:00
Kyle Carberry
2268cf93d4 coder: add support for mainline channel
Coder releases with the latest tag for a stable release,
and an untagged latest release for mainline.

This change enables the update script to update both
release candidates and enables the installation of
both as well!
2024-04-20 12:05:14 -04:00
Kyle Carberry
94069e2d50 coder: use sri hash in updateScript 2024-04-15 11:29:28 -04:00
Kyle Carberry
841e60c6c5 coder: add updateScript 2024-04-13 15:42:45 -04:00