Skip to content

Commit

Permalink
Merge pull request #169349 from Homebrew/bump-ord-0.18.2
Browse files Browse the repository at this point in the history
ord 0.18.2
  • Loading branch information
BrewTestBot authored Apr 17, 2024
2 parents c02877e + 0f3e62e commit c097721
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/o/ord.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Ord < Formula
desc "Index, block explorer, and command-line wallet"
homepage "https://ordinals.com/"
url "https://github.com/ordinals/ord/archive/refs/tags/0.18.1.tar.gz"
sha256 "cef87229084a25b94dc730ec5bcac755a9917ef0c41ba440e16ae9cc0185259e"
url "https://github.com/ordinals/ord/archive/refs/tags/0.18.2.tar.gz"
sha256 "c338fed9766fff8300832c46cc91ce7a38c21f96103010a3260c1933e9ecbfb8"
license "CC0-1.0"
head "https://github.com/ordinals/ord.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8365a2c40c59aebc963952d62a5fa51df8d1f11fafb9b155204822cb0213ac94"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1e3e14a959bedbcf3ca52e90bb16db5a0e312168cba198161370afed352430d4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ab097bac3b6e8df202f9f9809b7c3175a782f74af2f36d7c69a63c95e03a1614"
sha256 cellar: :any_skip_relocation, sonoma: "9e57b507e34f73e5480aaa42a56c15afcf8d3edd6db7d0c6666a6ddafa2ee2f7"
sha256 cellar: :any_skip_relocation, ventura: "852fd1fd733c14d553c44fce078346d229dc5063e832bc1c67584e999367e72d"
sha256 cellar: :any_skip_relocation, monterey: "2d1e8b79424b5221d58ed9eccb7f6c26fcf07baf60dff4c5bdecc4457703d3b7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ce2fe4399397c428613bb62102e69f9d8aa235c26d42a5c2f283ee3d33c9dce0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "53ae950ebcf0edb3796518a9305d4adbb5a75a1580fabf3fe7920fa178e9da8f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "841dc1bdfa9243d1e062193610ffe42b806ac9633195f5087de5323da8d78c8f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "cfb11ad5861e44391a126aff7e81ad9962d4bb92f63ab98bbb1f92464039cc2b"
sha256 cellar: :any_skip_relocation, sonoma: "b4022ba864b9b4ab48a00c087a97643dcdb4762bb32c9387d611845a195a93b8"
sha256 cellar: :any_skip_relocation, ventura: "668f88a7b9c7bd21cc4c284f1d7ed81975fd8f9ed8f400ffc4e924277aaeb5f3"
sha256 cellar: :any_skip_relocation, monterey: "dc0d892add0504f7ce7062a154e4060b962c62f831cf235a5f934784e6fadc5e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ea5ca787e36ed1cedb643f728b4d9e7c5b516fa51e1fab6c0228eacd0385fec"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit c097721

Please sign in to comment.