Skip to content

Commit 2abc8d1

Browse files
authored
Merge pull request #197037 from Homebrew/bump-uv-0.5.0
uv 0.5.0
2 parents 34f1fee + 5a51dc5 commit 2abc8d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/u/uv.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Uv < Formula
22
desc "Extremely fast Python package installer and resolver, written in Rust"
33
homepage "https://github.com/astral-sh/uv"
4-
url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.30.tar.gz"
5-
sha256 "0f74a570e52affd82ff7987ade2553e144a326e7ff58de24ab4242999a3dc931"
4+
url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.0.tar.gz"
5+
sha256 "28d44c0a8a8ad96e7d9c6ac02f56fbe5c0deffa0c12c877d4abe6841257ebb61"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/astral-sh/uv.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "35e9c71c5296f754b6852eed6c15345894f7ea6ea99ce97df473b78e82767979"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "31b4a624f074a6aad16e2f952e1780f855086c4cad8ad2a536c2a32cd6022e56"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "640d826f8fe182e305ca42801299b91db0be7c302f33a73c54d265e2aee8240b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "42d9f6dd271af8a4c8e7a87863bc0a0487ab15cfaebedd9d2242af67d07feb62"
14-
sha256 cellar: :any_skip_relocation, ventura: "92449d6dafd7e86fda4c0b0dbb8c4de1cc8a24f5f1ee14f330370c871d2907ed"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "220664f76a5d97ad4cb81086053dbe06b4721f3251d48b7c6995d2ce3f5e8962"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb8ac4a651dbdc1cf92b718c99404683325a456694095b953bb759ece86c45fe"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab0a42ca9b338626f1d7137ba6ba33b7f04b7951b83f6ed6cf2904133278cd7d"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbe0ab46a31f441b45f7659ac82a2dd949f0d8a1abfe3dc9f8262bcccf7de0e7"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8fe9e1fb03b64b03cadd7a3a59a9b3f4e00071e7dac6c5445f397f53259ee446"
14+
sha256 cellar: :any_skip_relocation, ventura: "1ae66e9217e8cd02411f625e86e50705512acdcd37401c01e8d2dd2a115fbf0e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d83c1224e0e253a19a72c3157d5d71609c9eda92bde197344b605cfee8924222"
1616
end
1717

1818
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)