Skip to content

Commit

Permalink
build(deps): upgrade shellcheck from 0.7.1 to 0.7.2 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Apr 19, 2021
1 parent da3b38b commit 04f99e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindl.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = "v0.7.1";
const version = "v0.7.2";
const commonUrl = `https://github.com/koalaman/shellcheck/releases/download/${version}/shellcheck-${version}`

module.exports = {
Expand Down Expand Up @@ -52,7 +52,7 @@ module.exports = {
arch: "x32",
url: `${commonUrl}.zip`,
files: [
{ source: `shellcheck-${version}.exe`, target: "shellcheck.exe" },
{ source: `shellcheck.exe`, target: "shellcheck.exe" },
],
},
],
Expand Down

0 comments on commit 04f99e0

Please sign in to comment.