Skip to content

Commit

Permalink
Brew formula update for kiln version v0.103.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jan 29, 2025
1 parent e970bca commit 9d5b291
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions HomebrewFormula/kiln.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
class Kiln < Formula
desc ""
homepage ""
version "0.102.0"
version "0.103.0"

on_macos do
on_intel do
url "https://github.com/pivotal-cf/kiln/releases/download/v0.102.0/kiln-darwin-amd64-0.102.0.tar.gz"
sha256 "99259c9969c7226dbd302aacc60a289afd33f32063f1b18ed0f342b0f5baf8f0"
url "https://github.com/pivotal-cf/kiln/releases/download/v0.103.0/kiln-darwin-amd64-0.103.0.tar.gz"
sha256 "8ad3f81988cdc0bae88182fe753f11ed339096c72ad6a8d7f15fbe893cc039b4"

def install
bin.install "kiln"
end
end
on_arm do
url "https://github.com/pivotal-cf/kiln/releases/download/v0.102.0/kiln-darwin-arm64-0.102.0.tar.gz"
sha256 "d475fd108a9d9f5eb792d0a736329bd6071d1e9582edcfc42c53188f276be555"
url "https://github.com/pivotal-cf/kiln/releases/download/v0.103.0/kiln-darwin-arm64-0.103.0.tar.gz"
sha256 "950adc62c33a494aa83a83750f7feeb9a9b7cd825912e382e1c395a492a75b0e"

def install
bin.install "kiln"
Expand All @@ -29,8 +29,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/pivotal-cf/kiln/releases/download/v0.102.0/kiln-linux-amd64-0.102.0.tar.gz"
sha256 "0814a66a1f10259dbb4553de6ea5a300c101f7954c85882b67e004a783014e17"
url "https://github.com/pivotal-cf/kiln/releases/download/v0.103.0/kiln-linux-amd64-0.103.0.tar.gz"
sha256 "2f179cd44925fdff573641f6826c6c13be8c3e5d9dd0f750b7b31e99273da05f"

def install
bin.install "kiln"
Expand Down

0 comments on commit 9d5b291

Please sign in to comment.