File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
class Jx < Formula
3
3
desc "A tool to install and interact with Jenkins X on your Kubernetes cluster."
4
4
homepage "https://jenkins-x.io/"
5
- version "2.0.425 "
5
+ version "2.0.426 "
6
6
7
7
if OS . mac?
8
- url "http://github.com/jenkins-x/jx/releases/download/v2.0.425 /jx-darwin-amd64.tar.gz"
9
- sha256 "919fa4c774e0b896acf55ccb92d95376e3e9d7c8c3de5a725c29f7af1a7020d1 "
8
+ url "http://github.com/jenkins-x/jx/releases/download/v2.0.426 /jx-darwin-amd64.tar.gz"
9
+ sha256 "58866c594373343f288c1c303799c9539f94afafaede99dee02c3f61902dd44c "
10
10
elsif OS . linux?
11
- url "http://github.com/jenkins-x/jx/releases/download/v2.0.425 /jx-linux-amd64.tar.gz"
12
- sha256 "691a9dfbacc0033d0b0226dc5e521e4dd236080cb03e4480c4a4121907275640 "
11
+ url "http://github.com/jenkins-x/jx/releases/download/v2.0.426 /jx-linux-amd64.tar.gz"
12
+ sha256 "76869c539364173e0c566536976a6212179ca01c7e6ecc64d209edb50fb51c59 "
13
13
end
14
14
15
15
def install
You can’t perform that action at this time.
0 commit comments