Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged

uv 0.9.0 #247351

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions 16 Formula/u/uv.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Uv < Formula
desc "Extremely fast Python package installer and resolver, written in Rust"
homepage "https://docs.astral.sh/uv/"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.8.24.tar.gz"
sha256 "33f4ad5c8fe980e35c2eb79d9d3bfbada3d1a1ef63f0aa7c8ce0d3affce79617"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.9.0.tar.gz"
sha256 "d97e444fe3aaca5079f3f9b1928a6ac0afc4c3e3d6552e94b23ce07e846f642e"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/astral-sh/uv.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_tahoe: "de1eef5c30f86aef2bc1470e9292c551d9b97e650cae1c158b55b720fca1cd52"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d62cf4ea4ea623b22eb5d8e2f777ce89fa588143afe840b502e9c77c301dcb77"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "79f7089668391903345884041e11ae3c25dbfafee34a93e00ea0261eafc0af9d"
sha256 cellar: :any_skip_relocation, sonoma: "05874805b9af5f77081f67dcd0aa08e84fb221851a9f8baaebc15362c1d1d0c3"
sha256 cellar: :any_skip_relocation, arm64_linux: "b4433a8d17b85ba7a252fb6c0bbb3f62d788c0617488451bf9a405e792dcca88"
sha256 cellar: :any_skip_relocation, x86_64_linux: "445675def884fa03d80796b8683cdde304973cdff14d4c031109174e56b95dd4"
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a52cadb3f6906773a51bdb843046de011ad36819ca9fa9e698b9f171f870d65e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "22e7a2eca9885f81459b583592b228f2cc15d3929382180347554a5c2e001139"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4069fa8ad88ebc9cd3bcbac57e1b3ffad4d0006fa545ecf2a72f849b68966ee0"
sha256 cellar: :any_skip_relocation, sonoma: "3da1286e5e430d0eb61406875e12c4c88a38720925df49a6b101c01ab7bc2296"
sha256 cellar: :any_skip_relocation, arm64_linux: "439d7e0732a98e3d2f70215b9e8013bbbc8db63baa9e8eca2f68e25ccb15833a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8cb9224b7e206e55807889a0990f2efb0106d7d88363b61b86c7702243617416"
end

depends_on "pkgconf" => :build
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.