Skip to content

Commit b45c16e

Browse files
committed
Brew formula update for kiln version 0.47.0
1 parent 2cf635d commit b45c16e

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.41.0"
5+
version "0.47.0"
66
bottle :unneeded
77

88
if OS.mac?
9-
url "https://github.com/pivotal-cf/kiln/releases/download/0.41.0/kiln-darwin-0.41.0.tar.gz"
10-
sha256 "742617de3bb946dcc5f2a87209899e006e059b05514c5e9fc0250bc1fde71a4f"
9+
url "https://github.com/pivotal-cf/kiln/releases/download/0.47.0/kiln-darwin-0.47.0.tar.gz"
10+
sha256 "bcc77a751601cca37c198a93c9adcf689d453dca9e1590cbc885e65e2a61f254"
1111
elsif OS.linux?
1212
if Hardware::CPU.intel?
13-
url "https://github.com/pivotal-cf/kiln/releases/download/0.41.0/kiln-linux-0.41.0.tar.gz"
14-
sha256 "405e8a1b6711dcb12bf857c345e38146187f21b183aeba85d2e2d8b4915812eb"
13+
url "https://github.com/pivotal-cf/kiln/releases/download/0.47.0/kiln-linux-0.47.0.tar.gz"
14+
sha256 "d47b82ba5e89615cd7e0b547f830180afc3f92dcfe4b4ac84d8d573cc5bb466f"
1515
end
1616
end
1717

0 commit comments

Comments
 (0)