-
Notifications
You must be signed in to change notification settings - Fork 22
Upgrade to v0.10.0 #115
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
Upgrade to v0.10.0 #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't do conventional commit garbage here. please rebase that out and general advise follow the convention of the existing commits
setup.cfg
Outdated
@@ -1,6 +1,6 @@ | |||
[metadata] | |||
name = shellcheck_py | |||
version = 0.9.0.6 | |||
version = 0.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the last element is our version and should remain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be 0.10.0.0 or 0.10.0.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed it to 0.10.0.1.
Shellcheck v0.10 adds precompiled binaries for macos arm64. Adding support would fix #85. |
[shellcheck]
group = shellcheck-binary
marker = sys_platform == "darwin" and platform_machine == "arm64"
url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.darwin.aarch64.tar.xz
sha256 = bbd2f14826328eee7679da7221f2bc3afb011f6a928b848c80c321f6046ddf81
extract = tar
extract_path = shellcheck-v0.10.0/shellcheck
[shellcheck]
group = shellcheck-binary
marker = sys_platform == "darwin" and platform_machine == "x86_64"
url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.darwin.x86_64.tar.xz
sha256 = ef27684f23279d112d8ad84e0823642e43f838993bbb8c0963db9b58a90464c2
extract = tar
extract_path = shellcheck-v0.10.0/shellcheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.