mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	install-uv: Upgrade uv from 0.8.15 to 0.8.22.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							7ebadb5d41
						
					
				
				
					commit
					0b400a66cc
				
			| @@ -1,12 +1,12 @@ | ||||
| #!/usr/bin/env bash | ||||
| set -eu | ||||
|  | ||||
| version=0.8.15 | ||||
| version=0.8.22 | ||||
| arch="$(uname -m)" | ||||
| tarball="uv-$arch-unknown-linux-gnu.tar.gz" | ||||
| declare -A sha256=( | ||||
|     [aarch64]=6ede0fefa7db7be3d5d9eda8784a8e43b1cf5410720eb3da60ab1d2f66678e82 | ||||
|     [x86_64]=be9878e9d08ebcb621a683aba52e7fb8bbf92b2532e0d759026ffcc067673042 | ||||
|     [aarch64]=726b72a137fda33565143325f7d31c42cd30ff9ccdf067e00d124d37b4081cb2 | ||||
|     [x86_64]=741ff1f5742c5a4a25d2f829e8395355e43f7a5ae2ebc6368e9ae2df0efb69cf | ||||
| ) | ||||
|  | ||||
| check_version() { | ||||
|   | ||||
| @@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 427 | ||||
| #   historical commits sharing the same major version, in which case a | ||||
| #   minor version bump suffices. | ||||
|  | ||||
| PROVISION_VERSION = (349, 0)  # bumped 2025-09-12 to remove winchan | ||||
| PROVISION_VERSION = (349, 1)  # bumped 2025-09-30 to upgrade uv | ||||
|   | ||||
		Reference in New Issue
	
	Block a user