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.111 .0"
8+ version "0.112 .0"
99
1010 on_macos do
1111 if Hardware ::CPU . intel?
12- url "https://github.com/pivotal-cf/kiln/releases/download/v0.111 .0/kiln-darwin-amd64-0.111 .0.tar.gz"
13- sha256 "11abba22edc65df879c0b2d9abe9e1be7fe271e93a17107c3740fb187eb9a7cc "
12+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.112 .0/kiln-darwin-amd64-0.112 .0.tar.gz"
13+ sha256 "122f536a59707eeed89f97e510186e9c25cc1d74ab32c2aeedf9982b1a679b31 "
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.111 .0/kiln-darwin-arm64-0.111 .0.tar.gz"
21- sha256 "79d1d9cc7646a3bed1509ea8cef50fe06fc5ee27a9b55fc34d41b0cb45931d39 "
20+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.112 .0/kiln-darwin-arm64-0.112 .0.tar.gz"
21+ sha256 "44fb07710b4f26843c349011c6050ce9ab6289b40ffb738aad28a6f9b70aa5e6 "
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.111 .0/kiln-linux-amd64-0.111 .0.tar.gz"
32- sha256 "8084c4af3ffc168ba57930367f7d17386516afd40c70aa0e251e88269c8ff1fa "
31+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.112 .0/kiln-linux-amd64-0.112 .0.tar.gz"
32+ sha256 "8aff83c38b1dd84a30cc33be1f3e9514cc87f8965f53176be3cb367f5c151566 "
3333 define_method ( :install ) do
3434 bin . install "kiln"
3535 end
You can’t perform that action at this time.
0 commit comments