From 9ca2c628cf6d1de3791e414d3114ef86eb34e464 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 14 Feb 2025 20:12:48 +0000 Subject: [PATCH 1/2] uv 0.6.0 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 81b10dd773a10..6fd82316210f1 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ 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.5.31.tar.gz" - sha256 "c1d05f7046ccd37ed86f9812a9f980189183510eb8dee91387f05eeb45508b1c" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.6.0.tar.gz" + sha256 "e9e932f006e2aac7c47ddb0a6f5f3ec6ce103144aa69de962aef3d2c8bae5c70" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 37a376afa92c8228d935e0ea682be96750982c3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 14 Feb 2025 21:02:23 +0000 Subject: [PATCH 2/2] uv: update 0.6.0 bottle. --- Formula/u/uv.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 6fd82316210f1..6784d0974c5af 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,12 +7,12 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2eb2c82a7c21faea776f64cb1b5662c74f60f4684910dc8f15e967575a4933a7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f72de968a76435217bc7d2aa8be7db9409a78a9fb34ace067c86e2f96472f280" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3831f5fe9f1d810b30b895bcceb1834f904532f67e3abd6e97ee20ccffdf0ad5" - sha256 cellar: :any_skip_relocation, sonoma: "9453a1af313a6855512a21ad0936171f0511346b8a0949475e4cd4a81a93eda1" - sha256 cellar: :any_skip_relocation, ventura: "1895a09811e0c9be86a36acdf59beee1e2807d6ce23b922b376a9a8f52a597ba" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6cc7008ddf886d7262d190424b1d894560eaaca1e8a90a7cd575f1578fc634ba" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "587ee19f385660acd58745882d5fd202bc2c4bb21a0d7afee48645bdacef56ef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0e96e5f31ca8f1473c639758e0ae1bd54d86dc46c4ea463412eabe6e8709988" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b92189e63a2621bc645c6e0a098927d093af793717f7bd13e914886dab26d674" + sha256 cellar: :any_skip_relocation, sonoma: "d1e19a2acfb854d33065b0e5e86158109617cd9795ce4636903f82f00531be16" + sha256 cellar: :any_skip_relocation, ventura: "67fec911add0259c4fee8529772f38d3ce061ba812e048949dd7bd3410db55c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4f4d4dcb67cf2e641e85380506911a2c685452ba3e2a9af6aced3d9267b72b9f" end depends_on "pkgconf" => :build