mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	install-shfmt: Upgrade shfmt from 3.11.0 to 3.12.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							d0f9fb73cc
						
					
				
				
					commit
					63f6a97f0c
				
			@@ -1,18 +1,18 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
set -eu
 | 
					set -eu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
version=3.11.0
 | 
					version=3.12.0
 | 
				
			||||||
arch="$(uname -m)"
 | 
					arch="$(uname -m)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
case $arch in
 | 
					case $arch in
 | 
				
			||||||
    "x86_64")
 | 
					    "x86_64")
 | 
				
			||||||
        binary="shfmt_v${version}_linux_amd64"
 | 
					        binary="shfmt_v${version}_linux_amd64"
 | 
				
			||||||
        sha256=1904ec6bac715c1d05cd7f6612eec8f67a625c3749cb327e5bfb4127d09035ff
 | 
					        sha256=d9fbb2a9c33d13f47e7618cf362a914d029d02a6df124064fff04fd688a745ea
 | 
				
			||||||
        ;;
 | 
					        ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    "aarch64")
 | 
					    "aarch64")
 | 
				
			||||||
        binary="shfmt_v${version}_linux_arm64"
 | 
					        binary="shfmt_v${version}_linux_arm64"
 | 
				
			||||||
        sha256=b3976121710fd4b12bf641b0a7fb2686da598fb0da9f148c641b61b54cfa3407
 | 
					        sha256=5f3fe3fa6a9f766e6a182ba79a94bef8afedafc57db0b1ad32b0f67fae971ba4
 | 
				
			||||||
        ;;
 | 
					        ;;
 | 
				
			||||||
esac
 | 
					esac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 408
 | 
				
			|||||||
#   historical commits sharing the same major version, in which case a
 | 
					#   historical commits sharing the same major version, in which case a
 | 
				
			||||||
#   minor version bump suffices.
 | 
					#   minor version bump suffices.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PROVISION_VERSION = (337, 0)  # bumped 2025-07-22 to upgrade JavaScript dependencies
 | 
					PROVISION_VERSION = (337, 1)  # bumped 2025-07-21 to upgrade shfmt
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user