From 359c1ac1ca107e3512e765e9e4e8bdde380f9dd0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 May 2024 03:44:20 +0000 Subject: [PATCH 1/2] uv 0.1.43 --- 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 52954218e7b6..32887bcdbf83 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.1.42.tar.gz" - sha256 "c4b0cf67a9d4873ac7724005a43585de9b10d36a0760e3a30c9e5a70316c424e" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.1.43.tar.gz" + sha256 "b79f004abf82d5abcc89ee964401649f30ee3eecc4b7cbd1796e1201e4cd3ba9" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 36526edd3605a3901cf9040e8a73a21ff9729804 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 May 2024 05:26:43 +0000 Subject: [PATCH 2/2] uv: update 0.1.43 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 32887bcdbf83..ecb89ace0b61 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, arm64_sonoma: "3ec7720e840dc320fd797fac01245a562b12f999c122acb89ffd6bba72bdf8a8" - sha256 cellar: :any, arm64_ventura: "f67435f0089dfc45101cbc01eefac04459efa0a10d36777356fbcdf0f0e9abdc" - sha256 cellar: :any, arm64_monterey: "9d72787ddac8a30194a7ad9cf8d351c612c3556ba8510c99e0c41ec9cc3d98db" - sha256 cellar: :any, sonoma: "d50042cc21b9e0648f66e02749228ce65e4534eba4f8eb58d7c0f640ea1d399a" - sha256 cellar: :any, ventura: "28ec20b26bbdd2216d7bc23bf35116a0eb0385999d5a1162eeba67dfb93fedd0" - sha256 cellar: :any, monterey: "698308f53f1b985bab2c2205a214a7908915fb3f978bb974f060747e73563d07" - sha256 cellar: :any_skip_relocation, x86_64_linux: "25076bae98c99b5a10e46ebccbd07be2261c5b76f4fb07937b2db01d67580645" + sha256 cellar: :any, arm64_sonoma: "96ee60482c0e14ff14c811d1f3612af54e76e7e8d318f036db7d2a9d5652ad1f" + sha256 cellar: :any, arm64_ventura: "5066c34f07e7176f5690afa02e7e13d04752e8610a4e574c4ac722a1ddf86dac" + sha256 cellar: :any, arm64_monterey: "0e5f8ecd6968066f07f642080655761ba5e094b467c0fae654229f6d08efd2f0" + sha256 cellar: :any, sonoma: "c5f7e0d81bf6a55b5abb64768f05419a3cee7bec4a9ba6442e8413008ff9f761" + sha256 cellar: :any, ventura: "29640b5120547bfa03e51386de9c10f2618edc8107b87531f23eca4c7b9efb02" + sha256 cellar: :any, monterey: "069d103e565b8188b18b9647009b9dd4b927af572f24018d46a77664402ea4a2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "75dc0b62d613a39e5aab130b401b9f05ad12957de05b3bbc5fc0a6225caf5559" end depends_on "pkg-config" => :build