Skip to content

Commit acdb8e6

Browse files
committed
Brew formula update for kiln version 0.41.0
1 parent 35d8b23 commit acdb8e6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

HomebrewFormula/kiln.rb

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# This file was generated by GoReleaser. DO NOT EDIT.
2+
class Kiln < Formula
3+
desc ""
4+
homepage ""
5+
version "0.41.0"
6+
bottle :unneeded
7+
8+
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"
11+
elsif OS.linux?
12+
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"
15+
end
16+
end
17+
18+
def install
19+
bin.install "kiln"
20+
end
21+
22+
test do
23+
system "#{bin}/kiln --version"
24+
end
25+
end

0 commit comments

Comments
 (0)