X Tutup
Skip to content

Commit 14cdfde

Browse files
authored
Merge pull request #148 from cesarcoatl/shellcheck-v0.11.0
Upgrade to v0.11.0
2 parents 7061949 + 3a62d13 commit 14cdfde

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

setup.cfg

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = shellcheck_py
3-
version = 0.10.0.1
3+
version = 0.11.0.1
44
description = Python wrapper around invoking shellcheck (https://www.shellcheck.net/)
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -26,51 +26,51 @@ download_scripts =
2626
group = shellcheck-binary
2727
marker = sys_platform == "linux" and platform_machine == "armv6hf"
2828
marker = sys_platform == "linux" and platform_machine == "armv7l"
29-
url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.linux.armv6hf.tar.xz
30-
sha256 = 1c89cb51e1412b580d7ba8aac240251ffb0b829788f83d2daa4a82da42d275e4
29+
url = https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.armv6hf.tar.xz
30+
sha256 = 8afc50b302d5feeac9381ea114d563f0150d061520042b254d6eb715797c8223
3131
extract = tar
32-
extract_path = shellcheck-v0.10.0/shellcheck
32+
extract_path = shellcheck-v0.11.0/shellcheck
3333
[shellcheck]
3434
group = shellcheck-binary
3535
marker = sys_platform == "linux" and platform_machine == "aarch64"
36-
url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.linux.aarch64.tar.xz
37-
sha256 = 324a7e89de8fa2aed0d0c28f3dab59cf84c6d74264022c00c22af665ed1a09bb
36+
url = https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.aarch64.tar.xz
37+
sha256 = 12b331c1d2db6b9eb13cfca64306b1b157a86eb69db83023e261eaa7e7c14588
3838
extract = tar
39-
extract_path = shellcheck-v0.10.0/shellcheck
39+
extract_path = shellcheck-v0.11.0/shellcheck
4040
[shellcheck]
4141
group = shellcheck-binary
4242
marker = sys_platform == "linux" and platform_machine == "riscv64"
43-
url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.linux.riscv64.tar.xz
44-
sha256 = be1f2028951783424c7a5dc744ac0bab8d5b181189e80f640cc56f481f1e371e
43+
url = https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.riscv64.tar.xz
44+
sha256 = 693c987777e7b524dd311d9b8c704885a39c889c9804bb1ef1fd29b48567b0b3
4545
extract = tar
46-
extract_path = linux.riscv64/shellcheck
46+
extract_path = shellcheck-v0.11.0/shellcheck
4747
[shellcheck]
4848
group = shellcheck-binary
4949
marker = sys_platform == "linux" and platform_machine == "x86_64"
50-
url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.linux.x86_64.tar.xz
51-
sha256 = 6c881ab0698e4e6ea235245f22832860544f17ba386442fe7e9d629f8cbedf87
50+
url = https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.x86_64.tar.xz
51+
sha256 = 8c3be12b05d5c177a04c29e3c78ce89ac86f1595681cab149b65b97c4e227198
5252
extract = tar
53-
extract_path = shellcheck-v0.10.0/shellcheck
53+
extract_path = shellcheck-v0.11.0/shellcheck
5454
[shellcheck]
5555
group = shellcheck-binary
5656
marker = sys_platform == "darwin" and platform_machine == "arm64"
57-
url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.darwin.aarch64.tar.xz
58-
sha256 = bbd2f14826328eee7679da7221f2bc3afb011f6a928b848c80c321f6046ddf81
57+
url = https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.darwin.aarch64.tar.xz
58+
sha256 = 56affdd8de5527894dca6dc3d7e0a99a873b0f004d7aabc30ae407d3f48b0a79
5959
extract = tar
60-
extract_path = shellcheck-v0.10.0/shellcheck
60+
extract_path = shellcheck-v0.11.0/shellcheck
6161
[shellcheck]
6262
group = shellcheck-binary
6363
marker = sys_platform == "darwin" and platform_machine == "x86_64"
64-
url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.darwin.x86_64.tar.xz
65-
sha256 = ef27684f23279d112d8ad84e0823642e43f838993bbb8c0963db9b58a90464c2
64+
url = https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.darwin.x86_64.tar.xz
65+
sha256 = 3c89db4edcab7cf1c27bff178882e0f6f27f7afdf54e859fa041fca10febe4c6
6666
extract = tar
67-
extract_path = shellcheck-v0.10.0/shellcheck
67+
extract_path = shellcheck-v0.11.0/shellcheck
6868
[shellcheck.exe]
6969
group = shellcheck-binary
7070
marker = sys_platform == "win32" and platform_machine == "AMD64"
7171
marker = sys_platform == "win32" and platform_machine == "ARM64"
7272
marker = sys_platform == "cygwin" and platform_machine == "x86_64"
73-
url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.zip
74-
sha256 = eb6cd53a54ea97a56540e9d296ce7e2fa68715aa507ff23574646c1e12b2e143
73+
url = https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.zip
74+
sha256 = 8a4e35ab0b331c85d73567b12f2a444df187f483e5079ceffa6bda1faa2e740e
7575
extract = zip
7676
extract_path = shellcheck.exe

0 commit comments

Comments
 (0)
X Tutup