We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d8b23 commit acdb8e6Copy full SHA for acdb8e6
HomebrewFormula/kiln.rb
@@ -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
17
18
+ def install
19
+ bin.install "kiln"
20
21
22
+ test do
23
+ system "#{bin}/kiln --version"
24
25
+end
0 commit comments