Skip to content

Commit

Permalink
Brew formula update for fps 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 107a331 commit e46e3aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/fps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class Fps < Formula
desc "Fortio terminal fps checker"
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/fps_0.21.0_darwin_amd64.zip"
sha256 "8674e7a04ffd95eac2aaab8f5cf05080256a095702a515135fb0ccfc6a51b3d6"
url "https://github.com/fortio/terminal/releases/download/v0.22.0/fps_0.22.0_darwin_amd64.zip"
sha256 "2a5300ceb2d9f3d7f9874cfbc4c8b7ca455da9ada44db96111885379fae9b090"

def install
bin.install "fps"
end
end
on_arm do
url "https://github.com/fortio/terminal/releases/download/v0.21.0/fps_0.21.0_darwin_arm64.zip"
sha256 "abd14e639548926c8ab6bc6ab438b631f2a3c0844b5a8f82020f0e3da4152eb7"
url "https://github.com/fortio/terminal/releases/download/v0.22.0/fps_0.22.0_darwin_arm64.zip"
sha256 "fd5b1fd4d0cff70dd1aa753f8bfc418ab50b0e518af1b7186a74187f34b8e36d"

def install
bin.install "fps"
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/fps_0.21.0_linux_amd64.tar.gz"
sha256 "3d357da5ac38d5bca74059576fbc97ebe3bb6b9824ad672ce339d1153e781853"
url "https://github.com/fortio/terminal/releases/download/v0.22.0/fps_0.22.0_linux_amd64.tar.gz"
sha256 "2ecb0fd10334adc10022fece0f53bce8408c69e4ccbdf60df53e11b04c143fd4"

def install
bin.install "fps"
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/fps_0.21.0_linux_arm64.tar.gz"
sha256 "737684299ad4674e7c859238d408f13756345304569df67ab625ed417f043c53"
url "https://github.com/fortio/terminal/releases/download/v0.22.0/fps_0.22.0_linux_arm64.tar.gz"
sha256 "3000d4267cf266f5ad241b74a22ed5a094c1eb6979081143ac6b2ba81c9d9568"

def install
bin.install "fps"
Expand Down

0 comments on commit e46e3aa

Please sign in to comment.