Skip to content

Commit f6930c9

Browse files
committed
Brew formula update for kiln version v0.113.0
1 parent 57d942a commit f6930c9

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.112.0"
8+
version "0.113.0"
99

1010
on_macos do
1111
if Hardware::CPU.intel?
12-
url "https://github.com/pivotal-cf/kiln/releases/download/v0.112.0/kiln-darwin-amd64-0.112.0.tar.gz"
13-
sha256 "122f536a59707eeed89f97e510186e9c25cc1d74ab32c2aeedf9982b1a679b31"
12+
url "https://github.com/pivotal-cf/kiln/releases/download/v0.113.0/kiln-darwin-amd64-0.113.0.tar.gz"
13+
sha256 "7d45977fcba7249c76fa50d7d9352eb8be58b544decd2d2505649fe85448e682"
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.112.0/kiln-darwin-arm64-0.112.0.tar.gz"
21-
sha256 "44fb07710b4f26843c349011c6050ce9ab6289b40ffb738aad28a6f9b70aa5e6"
20+
url "https://github.com/pivotal-cf/kiln/releases/download/v0.113.0/kiln-darwin-arm64-0.113.0.tar.gz"
21+
sha256 "6ac5018fd7a6e34e8618396a841d3d3f5fc7e4ba588b337a8ece3816e8d7c91e"
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.112.0/kiln-linux-amd64-0.112.0.tar.gz"
32-
sha256 "8aff83c38b1dd84a30cc33be1f3e9514cc87f8965f53176be3cb367f5c151566"
31+
url "https://github.com/pivotal-cf/kiln/releases/download/v0.113.0/kiln-linux-amd64-0.113.0.tar.gz"
32+
sha256 "db3301fe0547ab03ea6c1268f10c874d8edb43ed424860f632357ad34c828858"
3333
define_method(:install) do
3434
bin.install "kiln"
3535
end

0 commit comments

Comments
 (0)