From ae2d8196de75254278ebaedbf12f59916b46ebb5 Mon Sep 17 00:00:00 2001 From: Tyarel <98483313+Tyarel8@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:27:54 +0100 Subject: [PATCH] uv: Add version 0.1.2 (#5519) * uv: Add version 0.1.2 uv is an extremely fast Python package installer and resolver, written in Rust. * added i686 * fixed trailing space --- bucket/uv.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/uv.json diff --git a/bucket/uv.json b/bucket/uv.json new file mode 100644 index 0000000000..82c5d9d320 --- /dev/null +++ b/bucket/uv.json @@ -0,0 +1,31 @@ +{ + "version": "0.1.2", + "description": "An extremely fast Python package installer and resolver, written in Rust.", + "homepage": "https://github.com/astral-sh/uv", + "license": "Apache-2.0|MIT", + "architecture": { + "64bit": { + "url": "https://github.com/astral-sh/uv/releases/download/0.1.2/uv-x86_64-pc-windows-msvc.zip", + "hash": "35b7fdb10fad5e644125bfb3d7f5aff83d9aca24268701359e9fef767b8a4a15" + }, + "32bit": { + "url": "https://github.com/astral-sh/uv/releases/download/0.1.2/uv-i686-pc-windows-msvc.zip", + "hash": "7c923a8c0198da91094c96fe9bf9f737e09aa67f569b5c0f76b5f492b9394190" + } + }, + "bin": "uv.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/astral-sh/uv/releases/download/$version/uv-x86_64-pc-windows-msvc.zip" + }, + "32bit": { + "url": "https://github.com/astral-sh/uv/releases/download/$version/uv-i686-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}