Skip to content

Commit 7408905

Browse files
mitsuhikogithub-actions[bot]
authored andcommitted
Sync latest UV releases
1 parent 10d691d commit 7408905

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

rye/src/sources/generated/uv_downloads.inc

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// To regenerate, run `rye run uv-downloads > rye/src/sources/generated/uv_downloads.inc` from the root of the repository.
33
use std::borrow::Cow;
44
pub const UV_DOWNLOADS: &[UvDownload] = &[
5-
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("af8e68a0e831e8b482d9e2f5443af63d24d003b0c53e0d5f921c2bcb5eed1644") },
6-
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("7dc33d60655e7a78bf13ad68bff89da6233b24484cd01a668d72a4ca88c7e70d") },
7-
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("c8a2c21e23694e4d8079693d8d980642ceabad7589a8da5d5c112844cd9a1530") },
8-
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("67d1ed2af42d7f355eb08325645013e24fc3797f33cfa9d5aca18f74a98c4885") },
9-
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("7ed2445e83cb919525535774004e294061a8c79253367490647c6aab0e9d06b8") },
10-
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("929407c72ec63c54502c3aef61a2195c2b6a145d6d4b15fd9a0528475cc5cd50") },
11-
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("9282496b24585c54f4cb71c1cb1dbdecd650f2311237f71ddf217f8756136f79") },
5+
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), major: 0, minor: 4, patch: 21, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.21/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("a7e40398954d45c58573bfd79eb2cb4c329552d50101b519c3477ef525ffa8bb") },
6+
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 21, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.21/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("1a0f764fbed8b76b7aaf8d866844bca62645b8aaf257d89ef332f4ec17a0dfff") },
7+
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 21, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.21/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("f170a08e146cd9c7beb17041e23affc3f379fe39ab8c7035891275cf10e4cda8") },
8+
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 21, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.21/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("29d805ff63e8a31a0e42d50914d8ed714bbbe1148ebd0cf94cdeb62f5c6522c0") },
9+
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 4, patch: 21, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.21/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("21e3144995d3f8fb44bda6ed859fe0d3dd0d2de0d33a13beb37bb2d99f094057") },
10+
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 21, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.21/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("9ac448e5406e2e187cfe9b60b767985e1e7d25d479fe39ef7f0423edc2c08939") },
11+
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 21, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.21/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("2fb2fd070b27f2ea741fafde8a73ab7bf8e945c802bc92e07db01337d387c8e7") },
1212
];

0 commit comments

Comments
 (0)