From efa0d735748f09c1c2af09e809ae3cba26dde775 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:02:24 +0000 Subject: [PATCH 1/2] uv 0.4.11 --- 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 1f0f565789d96..5e21376206867 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.4.10.tar.gz" - sha256 "8cba1109fa3d709a0ea6737a997fb272da196fcfab5ac4e50716fda4c34017c1" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.11.tar.gz" + sha256 "6640242d2628273441f0b0d4770d346696867a6fa1b8beced27310c41c9c044e" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From cf5183ac850209701a0e922c8fec6d512ea07dee Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:34:00 +0000 Subject: [PATCH 2/2] uv: update 0.4.11 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 5e21376206867..6a547637d9970 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: "73b386891f120b9d522f53e7bb74c6a136e9b98cdffc80988bb5ddb33cf03eac" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "85dcac919db299a4899a61f5802804d05b384ced265aa1c74643b7f51da5b4e4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5b76503126ffad51d81cbf927b6e7669bb455852e6635fee6f657beeb55168d7" - sha256 cellar: :any_skip_relocation, sonoma: "50bdcfb5a5e9eef178d7e1d477b5a42e9309aab2180293a50a17217ee745a538" - sha256 cellar: :any_skip_relocation, ventura: "4c8aebba88f20947a8f64f67a15b47001a33452758f33bf7df06cf279de95bb1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dfb94faefc0a177b2d10c4d9b7bd3c5470314659dcbaa1cb01fd7f12a93aeb90" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "059a1cedbfac58280a88360f326fa8f512f1faba0ec3bd2151216c8b7cf4eb3a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e704db3c132ff02388ef55e4ed9bb277528ce9071495e4955037126ad8db770c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "960fd66c8ec693e78a4b55f288e2d9905e40887ca1505f01432759a0cec8540b" + sha256 cellar: :any_skip_relocation, sonoma: "0c62d2ae6d54ece4836c00fcac725501b4b5c0cac571e3a318ab513c3e9061fa" + sha256 cellar: :any_skip_relocation, ventura: "2551e2f31206bf9f213516ecbb43103d47546fdb33bcf19bbfcf3f2760510cea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6a9be7f764a493ff04c03f0d754d019f1cf3ad01c3b9986b59f2c8a9df072bd2" end depends_on "pkg-config" => :build