Skip to content

Commit

Permalink
Merge pull request Homebrew#190828 from Homebrew/bump-grin-5.3.3
Browse files Browse the repository at this point in the history
grin 5.3.3
  • Loading branch information
BrewTestBot committed Sep 16, 2024
2 parents 6a076cc + 0e22f3e commit 91b2df0
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions Formula/g/grin.rb
Original file line number Diff line number Diff line change
@@ -1,33 +1,24 @@
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
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

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
Expand Down

0 comments on commit 91b2df0

Please sign in to comment.