File tree Expand file tree Collapse file tree 3 files changed +109
-9
lines changed Expand file tree Collapse file tree 3 files changed +109
-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 "18 .0.1 "
8
+ version "19 .0.0 "
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/v18 .0.1/xiond_18 .0.1_darwin_amd64 .tar.gz"
14
- sha256 "e1d0bde096c0bd560d816e09d615fc281cce9d6f504420990672c01288d75a02 "
13
+ url "https://github.com/burnt-labs/xion/releases/download/v19 .0.0/xiond_19 .0.0_darwin_amd64 .tar.gz"
14
+ sha256 "1bf10d377f1b1436c25eea46a8a2daee67236cdebf467f48d946ffb3c37cd34b "
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/v18 .0.1/xiond_18 .0.1_darwin_arm64 .tar.gz"
22
- sha256 "ea073b1d58c1a226df34b69be6c98800d3a8cd9a97771ebc1d45fdce8d96cf5c "
21
+ url "https://github.com/burnt-labs/xion/releases/download/v19 .0.0/xiond_19 .0.0_darwin_arm64 .tar.gz"
22
+ sha256 "5725262b7bcb45fd1bb0da579f8cfb5479c064527c54db8729c887a2759e2023 "
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/v18 .0.1/xiond_18 .0.1_linux_amd64 .tar.gz"
33
- sha256 "2f8b93ad016b8960234fd2fc3eb365b212517c59c19edb1ff5d964d3d5588e26 "
32
+ url "https://github.com/burnt-labs/xion/releases/download/v19 .0.0/xiond_19 .0.0_linux_amd64 .tar.gz"
33
+ sha256 "a735625f5b63cf9ddea1c6dda4365457085c1d2a8011049d097c79b0371bfba0 "
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/v18 .0.1/xiond_18 .0.1_linux_arm64 .tar.gz"
40
- sha256 "b48a77972e23a459b7d1ac48e2315e3646332c4d520a8ca0364ba7c3d4aef8f2 "
39
+ url "https://github.com/burnt-labs/xion/releases/download/v19 .0.0/xiond_19 .0.0_linux_arm64 .tar.gz"
40
+ sha256 "4bc8721d83100de481c13fea7f6279f860cb41de43d4a11c4115db6d34b22148 "
41
41
def install
42
42
bin . install "xiond"
43
43
end
Original file line number Diff line number Diff line change
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ # This file was generated by GoReleaser. DO NOT EDIT.
5
+ class XiondAT1900 < Formula
6
+ desc "Xiond is the Cosmos SDK based blockchain cli/daemon for the Xion Network."
7
+ homepage "https://xion.burnt.com/"
8
+ version "19.0.0"
9
+ license "Apache2.0"
10
+
11
+ on_macos do
12
+ if Hardware ::CPU . intel?
13
+ url "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_darwin_amd64.tar.gz"
14
+ sha256 "1bf10d377f1b1436c25eea46a8a2daee67236cdebf467f48d946ffb3c37cd34b"
15
+
16
+ def install
17
+ bin . install "xiond"
18
+ end
19
+ end
20
+ if Hardware ::CPU . arm?
21
+ url "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_darwin_arm64.tar.gz"
22
+ sha256 "5725262b7bcb45fd1bb0da579f8cfb5479c064527c54db8729c887a2759e2023"
23
+
24
+ def install
25
+ bin . install "xiond"
26
+ end
27
+ end
28
+ end
29
+
30
+ on_linux do
31
+ if Hardware ::CPU . intel? and Hardware ::CPU . is_64_bit?
32
+ url "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_linux_amd64.tar.gz"
33
+ sha256 "a735625f5b63cf9ddea1c6dda4365457085c1d2a8011049d097c79b0371bfba0"
34
+ def install
35
+ bin . install "xiond"
36
+ end
37
+ end
38
+ if Hardware ::CPU . arm? and Hardware ::CPU . is_64_bit?
39
+ url "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_linux_arm64.tar.gz"
40
+ sha256 "4bc8721d83100de481c13fea7f6279f860cb41de43d4a11c4115db6d34b22148"
41
+ def install
42
+ bin . install "xiond"
43
+ end
44
+ end
45
+ end
46
+
47
+ test do
48
+ system "#{ bin } /xiond version"
49
+ end
50
+ end
Original file line number Diff line number Diff line change
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ # This file was generated by GoReleaser. DO NOT EDIT.
5
+ class XiondAT19 < Formula
6
+ desc "Xiond is the Cosmos SDK based blockchain cli/daemon for the Xion Network."
7
+ homepage "https://xion.burnt.com/"
8
+ version "19.0.0"
9
+ license "Apache2.0"
10
+
11
+ on_macos do
12
+ if Hardware ::CPU . intel?
13
+ url "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_darwin_amd64.tar.gz"
14
+ sha256 "1bf10d377f1b1436c25eea46a8a2daee67236cdebf467f48d946ffb3c37cd34b"
15
+
16
+ def install
17
+ bin . install "xiond"
18
+ end
19
+ end
20
+ if Hardware ::CPU . arm?
21
+ url "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_darwin_arm64.tar.gz"
22
+ sha256 "5725262b7bcb45fd1bb0da579f8cfb5479c064527c54db8729c887a2759e2023"
23
+
24
+ def install
25
+ bin . install "xiond"
26
+ end
27
+ end
28
+ end
29
+
30
+ on_linux do
31
+ if Hardware ::CPU . intel? and Hardware ::CPU . is_64_bit?
32
+ url "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_linux_amd64.tar.gz"
33
+ sha256 "a735625f5b63cf9ddea1c6dda4365457085c1d2a8011049d097c79b0371bfba0"
34
+ def install
35
+ bin . install "xiond"
36
+ end
37
+ end
38
+ if Hardware ::CPU . arm? and Hardware ::CPU . is_64_bit?
39
+ url "https://github.com/burnt-labs/xion/releases/download/v19.0.0/xiond_19.0.0_linux_arm64.tar.gz"
40
+ sha256 "4bc8721d83100de481c13fea7f6279f860cb41de43d4a11c4115db6d34b22148"
41
+ def install
42
+ bin . install "xiond"
43
+ end
44
+ end
45
+ end
46
+
47
+ test do
48
+ system "#{ bin } /xiond version"
49
+ end
50
+ end
You can’t perform that action at this time.
0 commit comments