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.96 .0"
8
+ version "0.98 .0"
9
9
10
10
on_macos do
11
11
on_intel do
12
- url "https://github.com/pivotal-cf/kiln/releases/download/v0.96 .0/kiln-darwin-amd64-0.96 .0.tar.gz"
13
- sha256 "109fe745719a273e46a6fcfafc3b3cb4743f6814267c756947827812e5ffbcbb "
12
+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.98 .0/kiln-darwin-amd64-0.98 .0.tar.gz"
13
+ sha256 "b50d0513a81673ac76514d60ef5b2be61173b6954ce7f301c566c186a18857ff "
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.96 .0/kiln-darwin-arm64-0.96 .0.tar.gz"
21
- sha256 "25f1ce6e83cc0c74ff034818ff224f27fae2916cfe121900a74a452047f96a49 "
20
+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.98 .0/kiln-darwin-arm64-0.98 .0.tar.gz"
21
+ sha256 "98d5bf9071aba39f644d4900b482220de7576a95dce39c246c8f1e92d4cb816a "
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.96 .0/kiln-linux-amd64-0.96 .0.tar.gz"
33
- sha256 "67c36701e069368c98efab9d6dbce85aa722011555dcb7cf8f02a2345ce634c9 "
32
+ url "https://github.com/pivotal-cf/kiln/releases/download/v0.98 .0/kiln-linux-amd64-0.98 .0.tar.gz"
33
+ sha256 "d786abeb2db9879b547f9a6ed01aecd60e7ce1e686773e3264813eb40360c1e3 "
34
34
35
35
def install
36
36
bin . install "kiln"
You can’t perform that action at this time.
0 commit comments