Skip to content

Commit

Permalink
Brew formula update for life version v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Oct 3, 2024
1 parent e46e3aa commit 571ccf0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/life.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class Life < Formula
desc "Fortio terminal Conway's game of life demo"
homepage "https://fortio.org/"
version "0.21.0"
version "0.22.0"
license "Apache-2.0"

on_macos do
on_intel do
url "https://github.com/fortio/terminal/releases/download/v0.21.0/life_0.21.0_darwin_amd64.zip"
sha256 "e3b9b95213bd08e58dff9a52cbb1fa87a58c901f8d6b88717c577f0931d4f02f"
url "https://github.com/fortio/terminal/releases/download/v0.22.0/life_0.22.0_darwin_amd64.zip"
sha256 "07a7cbeca08b4dab12a2ba439dacfbe55fa0a911627e8da9074c7091e5476fcc"

def install
bin.install "life"
end
end
on_arm do
url "https://github.com/fortio/terminal/releases/download/v0.21.0/life_0.21.0_darwin_arm64.zip"
sha256 "4a00a1565fdc8c831208bbbdaaa3d61a4dcdb4a9bfcd5b10de7d6aa7a5df6b5e"
url "https://github.com/fortio/terminal/releases/download/v0.22.0/life_0.22.0_darwin_arm64.zip"
sha256 "163c10fe9b67a73c85935512cb58dc3f7b43470e54d1ed80d670a11e312a3148"

def install
bin.install "life"
Expand All @@ -30,8 +30,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/fortio/terminal/releases/download/v0.21.0/life_0.21.0_linux_amd64.tar.gz"
sha256 "a4cd126222f104b1367bc05032a186d872465e34c5d8ca892e14144958cb4d2c"
url "https://github.com/fortio/terminal/releases/download/v0.22.0/life_0.22.0_linux_amd64.tar.gz"
sha256 "378cc3b5d29204943b4ef3b770a5fd21755bb3140ee774a1f39b7b1a3afb8245"

def install
bin.install "life"
Expand All @@ -40,8 +40,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/fortio/terminal/releases/download/v0.21.0/life_0.21.0_linux_arm64.tar.gz"
sha256 "963ff8afe8f0333d89b29ca822ff345ea0cbc7481630abb3153f6fe9f3e821ff"
url "https://github.com/fortio/terminal/releases/download/v0.22.0/life_0.22.0_linux_arm64.tar.gz"
sha256 "b290b0a8570d9745cdc9afaffa95e6c843aae26285f9c52a7c89231196327b75"

def install
bin.install "life"
Expand Down

0 comments on commit 571ccf0

Please sign in to comment.