Skip to content

Commit 843a234

Browse files
authored
Merge pull request #224163 from Homebrew/bump-ord-0.23.2
ord 0.23.2
2 parents 46c5136 + c1efec8 commit 843a234

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/o/ord.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Ord < Formula
22
desc "Index, block explorer, and command-line wallet"
33
homepage "https://ordinals.com/"
4-
url "https://github.com/ordinals/ord/archive/refs/tags/0.23.1.tar.gz"
5-
sha256 "bacd90dbd470883035edcaba1ff85ea34360d35b93c0b7539dfe94399fdca184"
4+
url "https://github.com/ordinals/ord/archive/refs/tags/0.23.2.tar.gz"
5+
sha256 "616eae2491fc825c5936186b986089d862fe11dfba0ff76dbe3aad051e369dbe"
66
license "CC0-1.0"
77
head "https://github.com/ordinals/ord.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4ee2eaba425e6410dfdc382fd2f3defef29ae493efc8a5b91966a99a8b17cee"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2abed74bff0ae175a7c224b4feee92f0ab63ec9eb8341304fd5117e1413b98fd"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d738ef2c19ce1c82d782c09b76c720a3ccf02fa57d252e84683cf0e1d2a99f9d"
13-
sha256 cellar: :any_skip_relocation, sonoma: "b8a4057e0162e8ab8e81a3da38fc71ba9898b54b80e5452adbc7c18dc2f0165d"
14-
sha256 cellar: :any_skip_relocation, ventura: "bd82a40dcc24ffe1551d783cf18cc1f3a7e424148efd0860e2448b61876442b1"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "7d91b7ec987202d1855e304795d345732698e0d4e3ea61d984fd1b8209af106f"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d3011ef48bbc7057fa537d216751b77379cce59439f6d544f494af01b2931aa0"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e966fc5cb5fd47bdd1b729d23fda7974f6f00961d15fbb9dabb71b637ededaff"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "76a4c55e1fc38a409d4bfdfaff97cdd5d4d3562601ca994ec7749581293dd0e8"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b92a683d7d5ccf9815574d1d4dfb25564eb8bef950d54b5bf4ad8b00af6a1770"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d845314858deaab37ddee605d7a74b7775baa30d6de62c5304a02d54254d2bc6"
14+
sha256 cellar: :any_skip_relocation, ventura: "aa4efd6c738287f86569764f0fa12737c664ef5647f736b37278ec090c60b56a"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "aa0c3208e1c123532495f76c8b496114e78534f42d2df78a5a2b1db8c8abffad"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "db866e238f99a9627586af9fe21eb3732cb0c842775fc5fb4cc0bb8d9ec77b5c"
1717
end
1818

1919
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)