From d7f333c9151ee8e10c3f961ddc3f439e034a106f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:55:55 +0000 Subject: [PATCH 1/2] uv 0.4.12 --- 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 6a547637d9970..c7c5df68b7715 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.11.tar.gz" - sha256 "6640242d2628273441f0b0d4770d346696867a6fa1b8beced27310c41c9c044e" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.12.tar.gz" + sha256 "644f5da6a31de35c96d05cdaacdcfae5648f77c5330ae17df51cf76c8fc6f95b" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 5c9337e1a0c394940c953f88a56852287607976b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:32:21 +0000 Subject: [PATCH 2/2] uv: update 0.4.12 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 c7c5df68b7715..c770fefcc838d 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: "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" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5ed92251b3f3feb494280472bb97fa378da8b454564b0c799f9b537f71b51ab" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7fcb0196600a7906f5a11c0a5ef43d055db7980a022cb94b3c9a2af82173e29" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d02d6fd54d926070f9b38f856d8876c7a709a5df331ded9cf01ad91d57af5f62" + sha256 cellar: :any_skip_relocation, sonoma: "3b4f48b88f650b96c47b623b2dba455d7bd2a0f2688e3e05536755c92d319fae" + sha256 cellar: :any_skip_relocation, ventura: "04f73b98ae67a774b4c522f7b7bcdfa0d77e946b131a10e3e1ba78f598f54b7b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f30dcd5832e766c3b01fe99dcfc4d5b090c36dc821e53922352598b573c05f38" end depends_on "pkg-config" => :build