mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	install-shfmt: Upgrade shfmt from 3.5.0 to 3.5.1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							463fe515b8
						
					
				
				
					commit
					e4e51b0eb4
				
			| @@ -1,18 +1,18 @@ | |||||||
| #!/usr/bin/env bash | #!/usr/bin/env bash | ||||||
| set -eu | set -eu | ||||||
|  |  | ||||||
| version=3.5.0 | version=3.5.1 | ||||||
| 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=8feea043364a725dfb69665432aee9e85b84c7f801a70668650e8b15452f6574 |         sha256=56099a689b68534f98e1f8f05d3df6750ab53e3db68f514ee45595bf5b79d158 | ||||||
|         ;; |         ;; | ||||||
|  |  | ||||||
|     "aarch64") |     "aarch64") | ||||||
|         binary="shfmt_v${version}_linux_arm64" |         binary="shfmt_v${version}_linux_arm64" | ||||||
|         sha256=2dec40f18622873dd3bf84fda17f43a0ae93b5305ead909dc0e91f6479d359c6 |         sha256=09d7902de04d52ebe0b332d84a9746d195f7e930806bdc2436f84d0de6a2d368 | ||||||
|         ;; |         ;; | ||||||
| esac | esac | ||||||
|  |  | ||||||
|   | |||||||
| @@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 132 | |||||||
| #   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 = "193.1" | PROVISION_VERSION = "193.2" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user