Skip to content

Commit

Permalink
sources: regenerate downloads for uv
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp committed Mar 27, 2024
1 parent 99bd703 commit 6cc3f41
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 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,14 @@
// To regenerate, run `rye run uv-downloads > rye/src/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: 1, patch: 13, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.13/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("9d7a71dbb75dbabcbaace98d06517caa691ec8dab8ecbda3afee44ac9cb1e1c3") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 1, patch: 13, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.13/uv-aarch64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("16429c1a00b0a1fb653ae8a104d5af121bc765f047a7b750f356515c50c226c7") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 1, patch: 13, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.13/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("5e75f004ece194c6c0bbec894f229bae440556c3c43df6d6a33a93b287a6ef96") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 1, patch: 13, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.13/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("3a74bace4da3dbdc3f36e7720d7f6bc56098716e7c3e949664b301136fdf3dee") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 1, patch: 13, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.13/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("ad133fc0c67cbe2d578631d77d2f6442626c77a1e144bbda2912b7af9085e91a") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 1, patch: 13, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.13/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("f61cc5c329abc535248cce0912fe01c20e7c99ae9bead6015842f8c5fd3cdfeb") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 1, patch: 13, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.13/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("2bfc6a542a3df6af6f56ccd8ec9f1b0596fff62b11650b0bdb830f10ee4e2d64") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), environment: None, major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("e87bdea0fdd29327cc94f4be23e75e1894692423f714ef9afd544c3cef53ebea") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), environment: Some(Cow::Borrowed("gnu")), major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-aarch64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("1799b9fdca185a7efb3abdccdee1a6923c233642d2e84413e1e25bfbdf375db0") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), environment: Some(Cow::Borrowed("musl")), major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("c22b8089a79ca82897e5eeca2cd8a9122ef1423c9b73bf1a12e46895beb01106") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), environment: None, major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("5fd539c4a8b4838e7ccbdc83270e654cf9dc695f6f70063646f7857c05d558fa") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), environment: Some(Cow::Borrowed("gnu")), major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("cb8fb04212fab42a5c0886f79d75d578d500676aadfe4549a47b3a880072efb4") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), environment: Some(Cow::Borrowed("musl")), major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-i686-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("26c5e68560ee87a017f7ff304da8e38a5b81c8eb6c7c4e866167c14fbdba6421") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), environment: None, major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("f2cf50777bf50f004271be23d74b29fcefe80b98f0c5c3026c003df33cb3467d") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), environment: None, major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("c2ac19c64314f45349c1db423b2b246800d9080f023c231a875de1e084e226eb") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), environment: Some(Cow::Borrowed("gnu")), major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("128c23c81dd74f9fa8fe18844b649c0060322ac13e0e1b3a9ceba259b0c10dc6") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), environment: Some(Cow::Borrowed("musl")), major: 0, minor: 1, patch: 24, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.1.24/uv-x86_64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("8d2eb876a50c8bfd187fbf166dbadd2790ff41cd351a2e9667e43c97567bfdb0") },
];

0 comments on commit 6cc3f41

Please sign in to comment.