From e0b8cbda5dc605d8da4a10add1d6c96900329825 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 24 Nov 2023 19:55:16 -0500 Subject: [PATCH] ord 0.12.0 ord: update test relates to https://github.com/ordinals/ord/pull/2711 Signed-off-by: Rui Chen --- Formula/o/ord.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/o/ord.rb b/Formula/o/ord.rb index 011bbc051daa6..e46c7546cd935 100644 --- a/Formula/o/ord.rb +++ b/Formula/o/ord.rb @@ -1,8 +1,8 @@ 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.11.1.tar.gz" - sha256 "a84d4a30d51595603d39db6d88ee5b764cc0459ee238716af1c5585a75037fb0" + url "https://github.com/ordinals/ord/archive/refs/tags/0.12.0.tar.gz" + sha256 "6c531fcb106e13ad8ee9b39d17a99183b9ec678129ba79c3fdef7f2f9afcdaba" license "CC0-1.0" head "https://github.com/ordinals/ord.git", branch: "master" @@ -24,7 +24,7 @@ def install test do expected = "error: failed to connect to Bitcoin Core RPC at 127.0.0.1:8332/wallet/ord" - assert_match expected, shell_output("#{bin}/ord info 2>&1", 1) + assert_match expected, shell_output("#{bin}/ord index info 2>&1", 1) expected = "error: failed to spawn `bitcoind`" assert_match expected, shell_output("#{bin}/ord preview 2>&1", 1)