11[metadata]
22name = shfmt_py
3- version = 3.13.0 -1
3+ version = 3.13.1 -1
44description = Shell source code formatter
55url = https://github.com/scop/pre-commit-shfmt
66# shfmt proper and Python packaging related files
@@ -25,47 +25,47 @@ download_scripts =
2525 [shfmt]
2626 group = shfmt-binary
2727 marker = sys_platform == " darwin" and platform_machine == " x86_64"
28- url = https://github.com/mvdan/sh/releases/download/v3.13.0 /shfmt_v3.13.0_darwin_amd64
29- sha256 = b6890a0009abf71d36d7c536ad56e3132c547ceb77cd5d5ee62b3469ab4e9417
28+ url = https://github.com/mvdan/sh/releases/download/v3.13.1 /shfmt_v3.13.1_darwin_amd64
29+ sha256 = 6feedafc72915794163114f512348e2437d080d0047ef8b8fa2ec63b575f12af
3030 [shfmt]
3131 group = shfmt-binary
3232 marker = sys_platform == " darwin" and platform_machine == " arm64"
33- url = https://github.com/mvdan/sh/releases/download/v3.13.0 /shfmt_v3.13.0_darwin_arm64
34- sha256 = 650970603b5946dc6041836ddcfa7a19d99b5da885e4687f64575508e99cf718
33+ url = https://github.com/mvdan/sh/releases/download/v3.13.1 /shfmt_v3.13.1_darwin_arm64
34+ sha256 = 9680526be4a66ea1ffe988ed08af58e1400fe1e4f4aef5bd88b20bb9b3da33f8
3535 [shfmt]
3636 group = shfmt-binary
3737 # TODO: verify i386
3838 marker = sys_platform == " linux" and platform_machine == " i386"
3939 marker = sys_platform == " linux" and platform_machine == " i686"
40- url = https://github.com/mvdan/sh/releases/download/v3.13.0 /shfmt_v3.13.0_linux_386
41- sha256 = e645b59e34928442853fb5610dc485985f8acbe112a129679cede1dc320e54ff
40+ url = https://github.com/mvdan/sh/releases/download/v3.13.1 /shfmt_v3.13.1_linux_386
41+ sha256 = 5f9a2c46249dab66d7767df676083ea6a3313831ca9f4bc29e4c21af87bd4f5e
4242 [shfmt]
4343 group = shfmt-binary
4444 marker = sys_platform == " linux" and platform_machine == " x86_64"
45- url = https://github.com/mvdan/sh/releases/download/v3.13.0 /shfmt_v3.13.0_linux_amd64
46- sha256 = 70aa99784703a8d6569bbf0b1e43e1a91906a4166bf1a79de42050a6d0de7551
45+ url = https://github.com/mvdan/sh/releases/download/v3.13.1 /shfmt_v3.13.1_linux_amd64
46+ sha256 = fb096c5d1ac6beabbdbaa2874d025badb03ee07929f0c9ff67563ce8c75398b1
4747 [shfmt]
4848 group = shfmt-binary
4949 # TODO: verify armv6hf
5050 marker = sys_platform == " linux" and platform_machine == " armv6hf"
5151 marker = sys_platform == " linux" and platform_machine == " armv7l"
52- url = https://github.com/mvdan/sh/releases/download/v3.13.0 /shfmt_v3.13.0_linux_arm
53- sha256 = 774b9a86cff4844179328cfbab2f602e75dcb68132e918e5271d015b3295c9c7
52+ url = https://github.com/mvdan/sh/releases/download/v3.13.1 /shfmt_v3.13.1_linux_arm
53+ sha256 = f6c23b95971bcc5ebf86411bccefb79f1e99f8efe7c722d980a3f244838b1398
5454 [shfmt]
5555 group = shfmt-binary
5656 marker = sys_platform == " linux" and platform_machine == " aarch64"
57- url = https://github.com/mvdan/sh/releases/download/v3.13.0 /shfmt_v3.13.0_linux_arm64
58- sha256 = 2091a31afd47742051a77bf7cfd175533ab07e924c20ef3151cd108fa1cab5b0
57+ url = https://github.com/mvdan/sh/releases/download/v3.13.1 /shfmt_v3.13.1_linux_arm64
58+ sha256 = 32d92acaa5cd8abb29fc49dac123dc412442d5713967819d8af2c29f1b3857c7
5959 [shfmt.exe]
6060 group = shfmt-binary
6161 # TODO: verify both
6262 marker = sys_platform == " win32" and platform_machine == " x86"
6363 marker = sys_platform == " cygwin" and platform_machine == " i386"
64- url = https://github.com/mvdan/sh/releases/download/v3.13.0 /shfmt_v3.13.0_windows_386 .exe
65- sha256 = f3e32b2a320a3053837add32803d7fb3b730d3f10b84a867d327a549ef068fa0
64+ url = https://github.com/mvdan/sh/releases/download/v3.13.1 /shfmt_v3.13.1_windows_386 .exe
65+ sha256 = 9b4f368b837feb883a3b2bf38a46a94dcab4bca4b7c3e19f6710e0e09a56ce7c
6666 [shfmt.exe]
6767 group = shfmt-binary
6868 marker = sys_platform == " win32" and platform_machine == " AMD64"
6969 marker = sys_platform == " cygwin" and platform_machine == " x86_64"
70- url = https://github.com/mvdan/sh/releases/download/v3.13.0 /shfmt_v3.13.0_windows_amd64 .exe
71- sha256 = 62241aaf6b0ca236f8625d8892784b73fa67ad40bc677a1ad1a64ae395f6a7d5
70+ url = https://github.com/mvdan/sh/releases/download/v3.13.1 /shfmt_v3.13.1_windows_amd64 .exe
71+ sha256 = 60cd368533d0ad73fa86d93d5bbf95ef40587245ce684ed138c1b31557b5fe97
0 commit comments