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 Jul 16, 2024
1 parent 93e4cb8 commit 408418f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rye/src/sources/generated/uv_downloads.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +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: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.24/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("49d55dd8a8f2adfb83d1feaee5bf40c20169b411e3809e3455ff0d96bae4f388") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.24/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("56bd0db80905d0f5eeba51aa33872727aa40e3dda65c86a584c095ac05609509") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.24/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("3995fbf5a09bcdfc54824ccd0969a975844d586a5fe5dc689f0b8d36eec6e5e6") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.24/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("dfb662a3dbb7bd1d5da4dbb20805484d8ba7e9d8cc1f6884e737ffdb3106cba2") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 2, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.24/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("dbb918c9d55b99cfe1c995cc330b6b1dac29379e320c35a84e7bc6bc0e0a55f4") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.24/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("a044e2cbdfaaea36d15a7c8091d12e2ae81784329116fdf967a573b792fc1fd5") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.24/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("24a0c6758a4f533c37193592fd0a9a37a61fb583a4b6abd0bb81b83127d86336") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), major: 0, minor: 2, patch: 25, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.25/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("79887e314f1614352852b45aad55bb533b45add7ba239faa50cc0122665a941d") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 25, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.25/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("34fe01cb0ed953aab2584231875b7f112d306955a92d674edcae4632c475bd2f") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 25, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.25/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("4d787b0549b4ded295ada22a5fb6764588bedbcd83e73a1185292c756922dfe8") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 25, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.25/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("8f16d242447721557bdd8b5a4eb97c06d031e02f5f3acaa6c3a0dbc210fd0bb6") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 2, patch: 25, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.25/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("ed21c9ee096bb7306eaf3ff39307461452ace0221a132d45f6919ddd5972949d") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 2, patch: 25, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.25/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("7e55a0ae316797723acc2974a658a5aaf0b94ec9ecc90cf62b94da64da223a8f") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 2, patch: 25, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.2.25/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("7f3396784a504ffb3d2190312b4a7c5330f08906ef22bcf544fe20ecde30081c") },
];

0 comments on commit 408418f

Please sign in to comment.