From b231ff12fcc0a1b5d9e38360f667181347055718 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:55:31 +0000 Subject: [PATCH 1/2] uv 0.4.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 aed6132a0bcc..8c5fe43756bc 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.3.5.tar.gz" - sha256 "a5c86337496727ae7c86d2396306717212ffb66e6cf382cad9e7d67ef4f5b6a1" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.0.tar.gz" + sha256 "d4a734b4179ac56aeb23b986eb5e2324360eab45080d4d6fca1afa18b20828f8" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 0ac55f9b9bb824ffb2b27beddb965a1e227b2cbd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:18:02 +0000 Subject: [PATCH 2/2] uv: update 0.4.0 bottle. --- Formula/u/uv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 8c5fe43756bc..7c6447d50a35 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,13 +7,13 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "99f2228cc59bdcfe626dd754075dc5e7001cb67096fb950d50e26a5103a5d860" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b668dd5287b6ce89bc87eb6cf43a48223b3169c93781f5080a6998ba94416e90" - sha256 cellar: :any_skip_relocation, arm64_monterey: "99f9dcf4058e15300086f0ded4cc436ddc3ad128c9df9a1864a7d749b99a08fe" - sha256 cellar: :any_skip_relocation, sonoma: "92be3e9088dc3885a40796752804748a09671086a74cae081aafec0429cfdc75" - sha256 cellar: :any_skip_relocation, ventura: "8c82be98dc5b4897a22a740b45e71720b3a2a5abdf85105850144b131422afc0" - sha256 cellar: :any_skip_relocation, monterey: "f61c84067219d5efab12306631e6e9e15e4352e5c92552f10d97ab392bbe703f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "98872701d0ba8f3dc23ce3c53b0dc1a73641f3d1395b9c294b939b4144cc8f2c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8e1c4a876c3ec1ee6036bd7fcf92d53f6841f07a5aae8c47b4e05a617ac2975" + sha256 cellar: :any_skip_relocation, arm64_ventura: "43e8fc556b5a5fe7226dd68d5dfa27d9fc1aae348ad146ccb0da53c74ccee6bd" + sha256 cellar: :any_skip_relocation, arm64_monterey: "94e117d6d57ac2ce22fd3e24cc67c91ceeeffa835e66a8e46443ff53d5260815" + sha256 cellar: :any_skip_relocation, sonoma: "b070ff80f5805dc8d1a9c3976cbcfc2976aebe958bcb473fd6d3807d596ba0c4" + sha256 cellar: :any_skip_relocation, ventura: "725ba8b2feb2b4e147b6b5938750f4bbb92088aa3877b814db6211f42fb11f28" + sha256 cellar: :any_skip_relocation, monterey: "1a6465e343c4f267de2297afa6c5365c2cc319b0e30a56a47999b6fac92c510d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "879be6a08e31c6dd73b5c41fa0abd970fcbf3a1fe0f669130bd2cc80819130ef" end depends_on "pkg-config" => :build