Skip to content

Commit 455f88e

Browse files
committed
Brew formula update for kiln version v0.112.0
1 parent 261b55e commit 455f88e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

HomebrewFormula/kiln.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
class 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

0 commit comments

Comments
 (0)