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.115 .0"
8+ version "0.116 .0"
99
1010 on_macos do
1111 if Hardware ::CPU . intel?
12- url "https://github.com/pivotal-cf/kiln/releases/download/v0.115 .0/kiln-darwin-amd64-0.115 .0.tar.gz"
13- sha256 "48e37602112fc04a1ac3154477deba3571198578c55e9545fd91564dc93254d4 "
12+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.116 .0/kiln-darwin-amd64-0.116 .0.tar.gz"
13+ sha256 "f9214c2c517a7cc32341dc34384ecb37e9aba5129c37179e6f9e3443a218a4e6 "
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.115 .0/kiln-darwin-arm64-0.115 .0.tar.gz"
21- sha256 "d04e01519343dbbbe9bcf5784de43785b755b89b414c9733af3b76a155e7bd7d "
20+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.116 .0/kiln-darwin-arm64-0.116 .0.tar.gz"
21+ sha256 "5f0e27d727a2bbd145a743830da4739dd15ed309968349e0a396c8d1db43366c "
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.115 .0/kiln-linux-amd64-0.115 .0.tar.gz"
32- sha256 "02d7fdcb9021e197cd2b42c4b1ad66a2a21aff19795b7b9060b325f2606c60f8 "
31+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.116 .0/kiln-linux-amd64-0.116 .0.tar.gz"
32+ sha256 "3ba6966934bf6c25f2adbcde1907884a5505319dd1f3018c356275f5ccbc3cec "
3333 define_method ( :install ) do
3434 bin . install "kiln"
3535 end
You can’t perform that action at this time.
0 commit comments