Skip to content

Commit

Permalink
Sync latest UV releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored and github-actions[bot] committed Jun 13, 2024
1 parent 2107ff0 commit b4082de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions rye/src/sources/generated/uv_downloads.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
// To regenerate, run `rye run uv-downloads > rye/src/sources/generated/uv_downloads.inc` from the root of the repository.
use std::borrow::Cow;
pub const UV_DOWNLOADS: &[UvDownload] = &[
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), major: 0, minor: 2, patch: 4, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.4/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("2edcd05f37e6f1c44aba1388086768dbc53777473c354feef3033fcb5cc3434a") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 4, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.4/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("4e6255288f9041070bb0736b4626ddbe9b8933ff5e067224584c9ca14867902f") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 4, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.4/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("7f78cc0b7f0316500539f8c9e4f4077c2a94d015673c1aa6ac9402dc8f35ebd4") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 2, patch: 4, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.4/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("a5bd83234920728797fc523e2aa3605c45c7c3ca760e611c4071943cf109e58d") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 4, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.4/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("60599a616c7ea04b2c6a4baac30de0b70e3d934795b672eef73298fdf187656a") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 4, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.4/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("2c470b016f749063080fefc5dd19176bd25b9761033df9df7b5ab914eba1a8e5") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), major: 0, minor: 2, patch: 11, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.11/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("abcc9dd4234623defca3ee8c1b36d2b3662d5fd12c90727e1111b8e1592fb9ba") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 11, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.11/uv-aarch64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("ccdf23e44d3479ffe61bb68b61af5a014bcb76397f19b2a85587f55a6cc7a98e") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 11, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.11/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("fb7e8b6647fca55e627a2df40c811e2d1af8a5f9bd802122b5b93edcbb605aaf") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 11, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.11/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("13e7682d48e802c16e41ca97c0b137eed9302caff943464f9ef43dc1de2dc8e8") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 2, patch: 11, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.11/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("b0c3cf377363bb0bc0917bcf8efa08590e3ec86a3713debb51b0a5efe7a48e9a") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 11, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.11/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("07ee4e64fe871de647f0580348f317475906162398604b96bd5c52d99fd2778a") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 11, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.11/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("4a6188b172cb8d43e59c91dad8cdc4418ed0b395b09e4198ba4661cbcdbb40eb") },
];

0 comments on commit b4082de

Please sign in to comment.