Skip to content

Commit

Permalink
shellcheck: add livecheck for Darwin >= 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh authored and neverpanic committed Jan 18, 2021
1 parent 69de42b commit 2b0da5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devel/shellcheck/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ if { ${os.platform} eq "darwin" && ${os.major} >= 20 } {
checksums rmd160 edce5cdbb0de2ec12c2fa037fb82612e9eedb133 \
sha256 b080c3b659f7286e27004aa33759664d91e15ef2498ac709a452445d47e3ac23 \
size 1348272
homepage https://github.com/koalaman/shellcheck
livecheck.type regex
livecheck.url https://github.com/koalaman/shellcheck/tags
livecheck.regex "archive/v(\[^\"]+)\\.tar\\.gz"
use_configure no
build {}
destroot {
Expand Down

0 comments on commit 2b0da5d

Please sign in to comment.