Skip to content

Commit 3ce67e5

Browse files
committed
keep v19.0.2 as default
1 parent 9c3ad5b commit 3ce67e5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/xiond.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
class Xiond < Formula
66
desc "Xiond is the Cosmos SDK based blockchain cli/daemon for the Xion Network."
77
homepage "https://xion.burnt.com/"
8-
version "20.0.0"
8+
version "19.0.2"
99
license "Apache2.0"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_darwin_amd64.tar.gz"
14-
sha256 "7476525f27194809a45e920bc6f7e934e64fdc58ab29007fe1f502c6cfc10265"
13+
url "https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_amd64.tar.gz"
14+
sha256 "edda13aec2274f1eceb933874a885d055b14acbbe0de21ba61ed9c25c64813d6"
1515

1616
def install
1717
bin.install "xiond"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_darwin_arm64.tar.gz"
22-
sha256 "75ed3db62375fe0acddf72f72c2a9f7d4a70ddba2d4480bc08032caccd09a8eb"
21+
url "https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_arm64.tar.gz"
22+
sha256 "7b94d2fdf1baa1d3dff4f947858a2bac684257be27f8bf179fb973ee8dd4fdb8"
2323

2424
def install
2525
bin.install "xiond"
@@ -29,15 +29,15 @@ def install
2929

3030
on_linux do
3131
if Hardware::CPU.intel? and Hardware::CPU.is_64_bit?
32-
url "https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_linux_amd64.tar.gz"
33-
sha256 "a7a63a81e6a8095aa532e58f79b98164a7fbdffd0d0f6c98250880dc1c061a0b"
32+
url "https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_amd64.tar.gz"
33+
sha256 "6072ce81d08f77f98e2d2ae7726007eca18579ea2b1690b5f76b4df782690dcb"
3434
def install
3535
bin.install "xiond"
3636
end
3737
end
3838
if Hardware::CPU.arm? and Hardware::CPU.is_64_bit?
39-
url "https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_linux_arm64.tar.gz"
40-
sha256 "4c452a48078687b45b95710ccbe506b0e4cb186329b0bac243d3721a624a1001"
39+
url "https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_arm64.tar.gz"
40+
sha256 "0a55360653b596da5ace43c3b4a3fef6c9785bfe0e73405f591768b449af0e70"
4141
def install
4242
bin.install "xiond"
4343
end

0 commit comments

Comments
 (0)