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 6, 2024
1 parent 2107ff0 commit f8a703d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 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,10 @@
// 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: 8, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.8/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("ce64cb16c5e0dd567ba926926a67c569d9138c5162685ed5a40639b2c9163275") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 8, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.8/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("dd3bcf604e2538625affbcda1e4e61ef1b27aa4515081ac13afaba92ed7ded02") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 8, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.8/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("7643a101a02befca1cc3a5c830fc51a157f54bee2afc1eb098686972a9079810") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 2, patch: 8, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.8/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("8eafabb094127b35d472e8219047d4596652a9a645189f829f6bdb1b4786f282") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 8, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.8/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("1ee50b71511cf7007b07843562fc2467dee81cb8baf488e8cc0ea0b58ee12ebc") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 8, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.8/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("ce9f8fca5faef55af4fb83343143bb403ecef518f9118e97a37ccfbf1ccadfc3") },
];

0 comments on commit f8a703d

Please sign in to comment.