File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
class Xiond < Formula
6
6
desc "Xiond is the Cosmos SDK based blockchain cli/daemon for the Xion Network."
7
7
homepage "https://xion.burnt.com/"
8
- version "20 .0.0 "
8
+ version "19 .0.2 "
9
9
license "Apache2.0"
10
10
11
11
on_macos do
12
12
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 "
15
15
16
16
def install
17
17
bin . install "xiond"
18
18
end
19
19
end
20
20
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 "
23
23
24
24
def install
25
25
bin . install "xiond"
@@ -29,15 +29,15 @@ def install
29
29
30
30
on_linux do
31
31
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 "
34
34
def install
35
35
bin . install "xiond"
36
36
end
37
37
end
38
38
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 "
41
41
def install
42
42
bin . install "xiond"
43
43
end
You can’t perform that action at this time.
0 commit comments