Skip to content

Commit 52aff4c

Browse files
author
jenkins-x-bot
committed
Brew formula update for jx version v2.0.426
1 parent bae1fa0 commit 52aff4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/jx.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
class Jx < Formula
33
desc "A tool to install and interact with Jenkins X on your Kubernetes cluster."
44
homepage "https://jenkins-x.io/"
5-
version "2.0.425"
5+
version "2.0.426"
66

77
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"
1010
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"
1313
end
1414

1515
def install

0 commit comments

Comments
 (0)