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 Jan 11, 2025
1 parent d67cac1 commit 92e26bd
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: 5, patch: 7, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.7/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("b8cab25ab2ec0714dbb34179f948c27aa4ab307be54e0628e9e1eef1d2264f9f") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 5, patch: 7, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.7/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("2c0fdf774ebfabecadf403c2fb966cc1a023b3db3907041fae34c77464a38a2b") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 5, patch: 7, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.7/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("d207a2791a513e3d645779e5d86cc88f7040426ec5e4a5521498b87558f93db6") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 5, patch: 7, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.7/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("01d7c0444812563712038f472fcac77981a5dac9c44d507ccbccd49ec1828a12") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 5, patch: 7, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.7/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("b0ff9937005e9dbc68798f587e72cedfe488f0866bb47532a8c3273e7222090a") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 5, patch: 7, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.7/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("cb2aea0d8f85ffe1c4e2a431cbbd6e5c8faeb732e7cf8e4bee1c10b7779e7352") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 5, patch: 7, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.7/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("8a0a3e823684dec6e49ae17f31bf6483c778fd579671992d9156875210e5161e") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), major: 0, minor: 5, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.17/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("9e041a7c0bbd8a653b2272e03ba5de5b726dcbbccc3ffcc526dc7de9f14ad334") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 5, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.17/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("86021b10ad06f97a82d605ae7b7e580cd17d29b2877b65e31ef63db50514d2b0") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 5, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.17/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("1aecdd843d15a0149cf83d07c3b36d184578a6a07fcf2730ef9986393259e960") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 5, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.17/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("4165443b8757cdcd615ccfe721aac5137c7d4165ae9dc2640975c1035018f09c") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 5, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.17/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("f66f961bf0c6e2bbc3e45de4692cdebb126edd5af4e920dea91a3fedabc502ee") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 5, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.17/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("00aed721abc4bb125d92b45733aa65a2254344bffed984d85cf0de6b164f5011") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 5, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.5.17/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("6121d9693b2013e970e495872c5a750ff0e471c2618821c2d4314666c0bd9ee7") },
];

0 comments on commit 92e26bd

Please sign in to comment.