Skip to content

Commit

Permalink
Upgrade bundled uv version to v0.4.17 (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 29, 2024
1 parent 9fc557b commit 0ec112f
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: 4, patch: 15, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.15/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("32f6ad64b9dcf164fa75efef73e0e9a9b769073e6bfe844560329a3176b39b9b") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 15, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.15/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("fbc0433275134fc50d25ce3c291b3e7a53ffb70b447741398c31d6c4deeba4b8") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 15, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.15/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("3ad9d42a4308adc69dd7061b0ba9451b26d118032d3937dd92e3acef4aa62a40") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 15, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.15/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("2e90ee238cba49c5f096c8b0648c7fc531a75dcf0c26eb0cde4d9ce5447d8d82") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 4, patch: 15, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.15/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("ab91ee8c6461e9ac385a2f96d23d77e027b4e4274e983d0aedf1d64abfb6353b") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 15, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.15/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("17e7ecb448c8b507bb08347df6aa974f58a7536b6fbe21f0ce57372509e409a0") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 15, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.15/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("f590376432bcb26c2aff86b6ec495d55ba2384d068c62dca477f498902721674") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("af8e68a0e831e8b482d9e2f5443af63d24d003b0c53e0d5f921c2bcb5eed1644") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("7dc33d60655e7a78bf13ad68bff89da6233b24484cd01a668d72a4ca88c7e70d") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("c8a2c21e23694e4d8079693d8d980642ceabad7589a8da5d5c112844cd9a1530") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("67d1ed2af42d7f355eb08325645013e24fc3797f33cfa9d5aca18f74a98c4885") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("7ed2445e83cb919525535774004e294061a8c79253367490647c6aab0e9d06b8") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("929407c72ec63c54502c3aef61a2195c2b6a145d6d4b15fd9a0528475cc5cd50") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 17, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.17/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("9282496b24585c54f4cb71c1cb1dbdecd650f2311237f71ddf217f8756136f79") },
];

0 comments on commit 0ec112f

Please sign in to comment.