Skip to content

Commit

Permalink
Merge pull request #171226 from Homebrew/bump-chainhook-1.6.0
Browse files Browse the repository at this point in the history
chainhook 1.6.0
  • Loading branch information
BrewTestBot authored May 9, 2024
2 parents 42d0306 + b2e4ef1 commit 1097c5c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/chainhook.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Chainhook < Formula
desc "Reorg-aware indexing engine for the Stacks & Bitcoin blockchains"
homepage "https://github.com/hirosystems/chainhook"
url "https://github.com/hirosystems/chainhook/archive/refs/tags/v1.5.1.tar.gz"
sha256 "ccea19c9e81672ddb58cfda84cdd5d923cc26af422c2c1b81d9424125d85ba2d"
url "https://github.com/hirosystems/chainhook/archive/refs/tags/v1.6.0.tar.gz"
sha256 "cfdb9bbb32fb7b2650fbed24fb18f5cea02155100f41f2be6400a566a7b3cec2"
license "GPL-3.0-only"
head "https://github.com/hirosystems/chainhook.git", branch: "develop"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f551cacdd63479948f8b36fa48cae52b96680546e2b5e87d8e0349376ec71c1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c31c59a5db5007c71d6394e9ded740a8d0bda28612f4c2cfb585254204ab4a5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "210ac9359833c4b141918f812fe445422a93ddb076f0d7c41740e86136b83ff3"
sha256 cellar: :any_skip_relocation, sonoma: "8b4be0c1b6d63e79957abf7a080a81ff187fbba804c5fe61efb5370f227744b3"
sha256 cellar: :any_skip_relocation, ventura: "ba645f597535377f1212acc2df5d4b70294997a1d7ac4908c4a374ba755ca466"
sha256 cellar: :any_skip_relocation, monterey: "2689119ac8dd1834df7d10606b584e9978f9d5e782370b413e43ac4110481fbe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "47d46aba554d3395726b42c183e0d4e7bdee45352a2b9473a9395eb81b925fd0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "59f4989624947e81f4bbe801032e8ea038e89f0524091b48bee911601b6ad9b3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c6dabc099e94c703a85b5df878088132e1b0665b2668f90daac22845e6247f5b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7e72d8cdd794ad04fb12fc1737cf06b5b47b54a4fdab3092614b069ce1fe4c22"
sha256 cellar: :any_skip_relocation, sonoma: "06bf5abf8998bfc30574f37edb6ac5359df30040ddc64359cc0f42be6d24eb81"
sha256 cellar: :any_skip_relocation, ventura: "19ab3bfc913f3d38caacb762fd0fd38762730fae9b302b701026140e83b99986"
sha256 cellar: :any_skip_relocation, monterey: "c7b17d7a180377e811cd43a4b7a3f64fabdfffdcf62c2c6a1a8a23d55ebe1120"
sha256 cellar: :any_skip_relocation, x86_64_linux: "59a2990b99cf1804d32dab83460ebd2fdef6469c22aec982d406854cd4751890"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 1097c5c

Please sign in to comment.