Skip to content

Commit a09b9c5

Browse files
committed
Brew formula update for kiln version 0.45.0
1 parent e3a45d1 commit a09b9c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

HomebrewFormula/kiln.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
class Kiln < Formula
33
desc ""
44
homepage ""
5-
version "0.43.0"
5+
version "0.45.0"
66
bottle :unneeded
77

88
if OS.mac?
9-
url "https://github.com/pivotal-cf/kiln/releases/download/0.43.0/kiln-darwin-0.43.0.tar.gz"
10-
sha256 "6303af63097dfadd55266b006546152c189e6ed34509b052de7da29c54b0da33"
9+
url "https://github.com/pivotal-cf/kiln/releases/download/0.45.0/kiln-darwin-0.45.0.tar.gz"
10+
sha256 "0a83929d93d89b0d4904c051b0d78a2cd2564d1f400dfe90464d6c818d3d8d02"
1111
elsif OS.linux?
1212
if Hardware::CPU.intel?
13-
url "https://github.com/pivotal-cf/kiln/releases/download/0.43.0/kiln-linux-0.43.0.tar.gz"
14-
sha256 "9cba600fb4e13a8d904bc00a169162f4a28d0c68f318a1fdcce17ba16b148e38"
13+
url "https://github.com/pivotal-cf/kiln/releases/download/0.45.0/kiln-linux-0.45.0.tar.gz"
14+
sha256 "c9cf33c5b09a12abcd9b41a537e23294134a61b10434902eab05514a397c6f33"
1515
end
1616
end
1717

0 commit comments

Comments
 (0)