Skip to content

Commit 4847b09

Browse files
committed
Brew formula update for kiln version v0.106.0
1 parent f2cf278 commit 4847b09

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

HomebrewFormula/kiln.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
class Kiln < Formula
66
desc ""
77
homepage ""
8-
version "0.105.0"
8+
version "0.106.0"
99

1010
on_macos do
1111
on_intel do
12-
url "https://github.com/pivotal-cf/kiln/releases/download/v0.105.0/kiln-darwin-amd64-0.105.0.tar.gz"
13-
sha256 "1348cd9c54ccae9d8dd2d02d9613499593f6077344e2f2434a46576d00350994"
12+
url "https://github.com/pivotal-cf/kiln/releases/download/v0.106.0/kiln-darwin-amd64-0.106.0.tar.gz"
13+
sha256 "505d52b6e91f88d026a97a6eb7177d11d97f882043456b827a8a48bc0c9eeb78"
1414

1515
def install
1616
bin.install "kiln"
1717
end
1818
end
1919
on_arm do
20-
url "https://github.com/pivotal-cf/kiln/releases/download/v0.105.0/kiln-darwin-arm64-0.105.0.tar.gz"
21-
sha256 "cfd46441b4195a47962e72806b57aefd039bb522fd3b3d3442c4a70bb4ed66bd"
20+
url "https://github.com/pivotal-cf/kiln/releases/download/v0.106.0/kiln-darwin-arm64-0.106.0.tar.gz"
21+
sha256 "c5b1104ba466cafe49a34f3c4d7d230e982113fdb282717c317ba97131252aa2"
2222

2323
def install
2424
bin.install "kiln"
@@ -29,8 +29,8 @@ def install
2929
on_linux do
3030
on_intel do
3131
if Hardware::CPU.is_64_bit?
32-
url "https://github.com/pivotal-cf/kiln/releases/download/v0.105.0/kiln-linux-amd64-0.105.0.tar.gz"
33-
sha256 "0464c74f65d990f21d8312c66def65957f9ac2ab5f22c505f4eae9df5e1077f2"
32+
url "https://github.com/pivotal-cf/kiln/releases/download/v0.106.0/kiln-linux-amd64-0.106.0.tar.gz"
33+
sha256 "3d6d51cf489b37ce4516dd5b82c3814f56824f47346b47403487afbf315f99ed"
3434

3535
def install
3636
bin.install "kiln"

0 commit comments

Comments
 (0)