Skip to content

Commit

Permalink
Temporarily install shfmt 3.9.0 in install-dev-tool.sh
Browse files Browse the repository at this point in the history
Once this next release of UBI is out I can revert this.
  • Loading branch information
autarch committed Oct 26, 2024
1 parent 4bfb41c commit c77252c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- Fixed a bug in the handling of release artifact names with version numbers in them that look like
extensions. This caused `ubi` to fail when trying to install `shfmt` 3.10.0, and probably many
other tools. Reported by !jimeh (Jim Myhrberg). GH #67.
other tools. Reported by @jimeh (Jim Myhrberg). GH #67.

## 0.2.0 - 2024-09-02

Expand Down
2 changes: 1 addition & 1 deletion dev/bin/install-dev-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function install_tools() {
run "ubi --project houseabsolute/precious --in ~/bin"
run "ubi --project houseabsolute/omegasort --in ~/bin"
run "ubi --project koalaman/shellcheck --in ~/bin"
run "ubi --project mvdan/sh --in ~/bin --exe shfmt"
run "ubi --project mvdan/sh --tag v3.9.0 --in ~/bin --exe shfmt"
run "ubi --project crate-ci/typos --in ~/bin"
run "ubi --project tamasfe/taplo --tag 0.8.1 --in ~/bin"
run "npm install [email protected]"
Expand Down

0 comments on commit c77252c

Please sign in to comment.