Skip to content

Commit 5834b5d

Browse files
authored
Merge pull request #198292 from Homebrew/bump-uv-0.5.3
uv 0.5.3
2 parents 0c5c170 + e2f9744 commit 5834b5d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/u/uv.rb

+8-8
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.5.2.tar.gz"
5-
sha256 "14b4ed7c955acdf4ae2b47537addbefb8a486e47cada903970f10e28f40b518c"
4+
url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.3.tar.gz"
5+
sha256 "1adf6fc673c7124983084fdf129c13879abdd2b5a607cc276472d0d986a9ffc7"
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: "1ea5143ac9a2550233ebadebd68302f2319858f5320b613e9320f407e60f816e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52d3781d81f48d10a29c9e6eeb63aea5b11556be2598b5a6f77a42258371040b"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7724844ef1771dbd42529cc8699ea79bf6ef4c5622d5ec497b22cd53fee68a23"
13-
sha256 cellar: :any_skip_relocation, sonoma: "d6c11acc1ace53db77fc15064cab01a4f89ce65604527c64f743f08bef6459e8"
14-
sha256 cellar: :any_skip_relocation, ventura: "0a11a2a2594da1c05ff608960efeddd93d770023c6562eb2d8dad03c3ccb93c6"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a36243fdefde88ead994660e04064fe56c3ae9034b4887534526267bfd1a4c6c"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec49105d25d9793cbb4838acd33bedbbb4180a53f2ed1d775c860b41483c91f3"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2decc7e37b31b8add7ea524501034237ea5aadec59c15776575a871b17f78a8e"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8351a40533db6c231dddc2dfde1402067faa41008a26ec03263b69f0caf07bf6"
13+
sha256 cellar: :any_skip_relocation, sonoma: "05802a1a82cce0b36bea1aa11c4c8d45d9abeb75eff005045caea52a06e4208b"
14+
sha256 cellar: :any_skip_relocation, ventura: "565a94f00efa37aa2b94d91b846a2d1cdc55fdf205dc111d094dee29fcd7216f"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb4d3be28bfd0e5cf362ec03ae77130e626600f012c034ff47c103eb007a0139"
1616
end
1717

1818
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)