File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55class Kiln < Formula
66 desc ""
77 homepage ""
8- version "0.114 .0"
8+ version "0.115 .0"
99
1010 on_macos do
1111 if Hardware ::CPU . intel?
12- url "https://github.com/pivotal-cf/kiln/releases/download/v0.114 .0/kiln-darwin-amd64-0.114 .0.tar.gz"
13- sha256 "a449402ab68aa83d05bf2eed6bc15b867edde4717a10a7ad3019f72ee39aef32 "
12+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.115 .0/kiln-darwin-amd64-0.115 .0.tar.gz"
13+ sha256 "48e37602112fc04a1ac3154477deba3571198578c55e9545fd91564dc93254d4 "
1414
1515 define_method ( :install ) do
1616 bin . install "kiln"
1717 end
1818 end
1919 if Hardware ::CPU . arm?
20- url "https://github.com/pivotal-cf/kiln/releases/download/v0.114 .0/kiln-darwin-arm64-0.114 .0.tar.gz"
21- sha256 "56eaf75f21cd203884d6a0de08f71ba3fd569a5b596e33aa2e8b7d7fd184a62c "
20+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.115 .0/kiln-darwin-arm64-0.115 .0.tar.gz"
21+ sha256 "d04e01519343dbbbe9bcf5784de43785b755b89b414c9733af3b76a155e7bd7d "
2222
2323 define_method ( :install ) do
2424 bin . install "kiln"
@@ -28,8 +28,8 @@ class Kiln < Formula
2828
2929 on_linux do
3030 if Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
31- url "https://github.com/pivotal-cf/kiln/releases/download/v0.114 .0/kiln-linux-amd64-0.114 .0.tar.gz"
32- sha256 "6f051f10a731a4e7fec182457821be6f2006fb9002636e6b4fd1eb74d522930d "
31+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.115 .0/kiln-linux-amd64-0.115 .0.tar.gz"
32+ sha256 "02d7fdcb9021e197cd2b42c4b1ad66a2a21aff19795b7b9060b325f2606c60f8 "
3333 define_method ( :install ) do
3434 bin . install "kiln"
3535 end
You can’t perform that action at this time.
0 commit comments