From 904ff3c37dd21554040befe6fe2bbdfc91a654d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:35:48 +0000 Subject: [PATCH 1/2] grin 5.3.3 grin: remove build patch Signed-off-by: Rui Chen --- Formula/g/grin.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/g/grin.rb b/Formula/g/grin.rb index a1c07d90306e..bb4bd4515afb 100644 --- a/Formula/g/grin.rb +++ b/Formula/g/grin.rb @@ -1,8 +1,8 @@ class Grin < Formula desc "Minimal implementation of the Mimblewimble protocol" homepage "https://grin.mw/" - url "https://github.com/mimblewimble/grin/archive/refs/tags/v5.3.2.tar.gz" - sha256 "569b30fc1eb9ea895cb4f766cf32a759923f09cc4a9dc5eedb61f475ae25f091" + url "https://github.com/mimblewimble/grin/archive/refs/tags/v5.3.3.tar.gz" + sha256 "f10bb5454120b9d8153df1fa8dd8f527f0420f3026b03518e0df8dc8895dc38b" license "Apache-2.0" bottle do @@ -22,12 +22,6 @@ class Grin < Formula uses_from_macos "llvm" => :build # for libclang uses_from_macos "ncurses" - # rust 1.80 build patch, upstream pr ref, https://github.com/mimblewimble/grin/pull/3795 - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/1a9fc06a277d1315568d708f7379d7c96915f505/grin/rust-1.80.patch" - sha256 "5269766f6db0a8827c04790d871074c317a2b9f22b842c3f69c0bc5f7a3bcf9e" - end - def install system "cargo", "install", *std_cargo_args end From 0e22f3e1e4583de5937dae2913ac3d75ce20b866 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Sep 2024 22:56:49 +0000 Subject: [PATCH 2/2] grin: update 5.3.3 bottle. --- Formula/g/grin.rb | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Formula/g/grin.rb b/Formula/g/grin.rb index bb4bd4515afb..062d99fba78d 100644 --- a/Formula/g/grin.rb +++ b/Formula/g/grin.rb @@ -6,15 +6,12 @@ class Grin < Formula license "Apache-2.0" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a81714a88d296b266b9cc3f76a07d113637ce46c51fe2d8d44b5aa37f8819bcb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba76f2976d6dd649245dadb6477230a9c01d565d46c2a48f304559cad3cb1bfe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7f2c8a77f0c2c8b8c9cbf4fa7e617f230f34cf06a2df659ee0e1f13597a83c27" - sha256 cellar: :any_skip_relocation, arm64_monterey: "3ea126bb7d7b84b7db43491fac85bf840b1214c19dcb23b951de30781b1a13aa" - sha256 cellar: :any_skip_relocation, sonoma: "6e1aeda72c0526805421acfdd6e567152f5e86a41b1496df37b043e56ecd7a61" - sha256 cellar: :any_skip_relocation, ventura: "627e2c314c3890c88effaf1318cf9503fcc8f8a7ac031dfa95af6744b738ffe5" - sha256 cellar: :any_skip_relocation, monterey: "6710b6fda61ab0fd1da1451b270d61e85abe11222ee99a9396096f20f9f7d7c9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ef6e2c5c6aa8fd0dfb2f68d0256fc7b128c20a5a894b58302218713cc4d9b666" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "721f60007ef15d390dade33f2263a7d1d7d99dc35944824ebc29d78f64b2869f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcb00117fbbd30fd499af18797efaceeb80ac034a5e209e3747bfb4303c2e609" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9c0b317cc1b6d3121b628c7a86429f400f7e4247d6f374c0bbf94d553c0bb794" + sha256 cellar: :any_skip_relocation, sonoma: "38c5456560cd5e0d35a0086589fa709947091647545e4b5a50be3a3cf423e57b" + sha256 cellar: :any_skip_relocation, ventura: "95c878f8c5a355046aa021e41a96f607bd893df168124b5e8930f048709947dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fa4c00e5bd2c766ae605b711264ea3c55f76c5a39d5761cb9ec34b971d90e3e0" end depends_on "rust" => :build