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