diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 9bd3d68249c63..9fb0189b49c48 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,18 +1,18 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://github.com/astral-sh/uv" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.23.tar.gz" - sha256 "71ef48e37d548b9681488afda567eed309efcba4774d0afd19b8ea16be62a95b" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.24.tar.gz" + sha256 "2fa81999368f33e3700bc76fe9747e31953fa6fdc54c29ad0a8b1aa4e12a8f1c" 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_sequoia: "d105434b0ca24d4660b56824fc4694fead12e4275c04b65bf0f8047885621e1f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebd49484a2a1ec2e6d390dbbd58688c875dfca8f7829b26670bac54edb9294af" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d461177125db5543d1fe790f90846c0805054dd0f7417d95f26e6669b854ffff" - sha256 cellar: :any_skip_relocation, sonoma: "f872c6970eaa502cde338c217a52f07a4639fc7f0bf64706f80ff25ec776e153" - sha256 cellar: :any_skip_relocation, ventura: "1e985fcc75dec893b0936d189e6063874f76b790d8891af4e73eabb4287258c1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "187ac127dbc3f8e2cfa0482b03e41f8d92ac10e6c1652925244846cc265e75f2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9036c0051226ea9375825c4b186ab9540e0fcb14e259f5cc2644064e61b19070" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8eeb68a1ff4739f4fe6f234dbd49c4b7043927137ebefde16a5ce49fccb5aff7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bfc33213b20330b1ca3bd3eb321f0d6b958e9c535208008ddbfa84dc50ebb652" + sha256 cellar: :any_skip_relocation, sonoma: "d0163234a21f44d73acb747bad9c06e85528b98e4837b1d9528bf4a1307d22c1" + sha256 cellar: :any_skip_relocation, ventura: "89de5f7c802eb2ebb1ee24504f681849d6a3bddf1a85c9832e6a97c4076f066c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1634d8889ea3fe681a3c4fd5870343290d5fa1e4806492bc982b305d7f8e2d81" end depends_on "pkg-config" => :build