Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shellcheck: Update to 0.7.0 #5142

Merged
merged 1 commit into from
Aug 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 7 additions & 13 deletions devel/shellcheck/Portfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
PortSystem 1.0
PortGroup haskell 1.0
PortGroup haskell-stack 1.0
PortGroup github 1.0

haskell.setup ShellCheck 0.3.8
name shellcheck
checksums rmd160 18780082aa13e56f84fdd3bd0ddbcb98ccefb117 \
sha256 c185b77166724c06531b3e07b7a8353c0451809a1f60e9f6756d29247853651a
github.setup koalaman shellcheck 0.7.0 v
categories devel haskell
checksums rmd160 cd0d426d77b49d94b3eecc5bed467f52f1211e54 \
sha256 00d8d8481c98a58b9f060dab9c2de65dc891ad866b63c889df5afbe6ed0a0b9f \
size 206753

license GPL-3+
maintainers {cal @neverpanic} openmaintainer
platforms darwin
homepage https://github.com/koalaman/shellcheck

# needs hs-quickcheck >= 2.7.4
depends_lib-append port:hs-json \
port:hs-mtl \
port:hs-parsec \
port:hs-quickcheck-devel \
port:hs-regex-tdfa

description ShellCheck, a static analysis tool for shell scripts
long_description \
Expand Down