File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
class Kiln < Formula
6
6
desc ""
7
7
homepage ""
8
- version "0.99 .0"
8
+ version "0.100 .0"
9
9
10
10
on_macos do
11
11
on_intel do
12
- url "https://github.com/pivotal-cf/kiln/releases/download/v0.99 .0/kiln-darwin-amd64-0.99 .0.tar.gz"
13
- sha256 "c30645c3aef2df1442ec889ce812d4c1dc1d40a3d3bc2072e361c1bbc3b634f8 "
12
+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.100 .0/kiln-darwin-amd64-0.100 .0.tar.gz"
13
+ sha256 "fd1d3b1e1c5e73099e0388896765244a1ca2df0535956017c16367f91718fb54 "
14
14
15
15
def install
16
16
bin . install "kiln"
17
17
end
18
18
end
19
19
on_arm do
20
- url "https://github.com/pivotal-cf/kiln/releases/download/v0.99 .0/kiln-darwin-arm64-0.99 .0.tar.gz"
21
- sha256 "8256d4eccfbffd690c6b2fe0706e951b9696adc3eddf9b819dc0d9c6a36941e9 "
20
+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.100 .0/kiln-darwin-arm64-0.100 .0.tar.gz"
21
+ sha256 "f8a62897242d28ac63b72e987d294ff8751600a3930b21f9a257c9460b09d1e6 "
22
22
23
23
def install
24
24
bin . install "kiln"
@@ -29,8 +29,8 @@ def install
29
29
on_linux do
30
30
on_intel do
31
31
if Hardware ::CPU . is_64_bit?
32
- url "https://github.com/pivotal-cf/kiln/releases/download/v0.99 .0/kiln-linux-amd64-0.99 .0.tar.gz"
33
- sha256 "cff6801eb01dc4a983c723c927d4beeffcab796b504fa3d66f4dafd2afb77f20 "
32
+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.100 .0/kiln-linux-amd64-0.100 .0.tar.gz"
33
+ sha256 "f0ecb729c652c5743609d51102079d5660b909ceeb5a685250bf5e10e0f0df9f "
34
34
35
35
def install
36
36
bin . install "kiln"
You can’t perform that action at this time.
0 commit comments