Skip to content

Commit

Permalink
Brew formula update for nocolor version v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Oct 14, 2024
1 parent cae0dba commit 57938d7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/nocolor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class Nocolor < Formula
desc "Fortio terminal nocolor (and no other ansi code either) filter"
homepage "https://fortio.org/"
version "0.26.1"
version "0.27.0"
license "Apache-2.0"

on_macos do
on_intel do
url "https://github.com/fortio/terminal/releases/download/v0.26.1/nocolor_0.26.1_darwin_amd64.zip"
sha256 "5cb5e7d188acda2ef039ede04f34b81c5e366da1632d1abb3fd980c075d11085"
url "https://github.com/fortio/terminal/releases/download/v0.27.0/nocolor_0.27.0_darwin_amd64.zip"
sha256 "59ffd0f1adfbb2dbd9a05e1911562d5cdfe72510d47edd97d8f870bfe3c7f205"

def install
bin.install "nocolor"
end
end
on_arm do
url "https://github.com/fortio/terminal/releases/download/v0.26.1/nocolor_0.26.1_darwin_arm64.zip"
sha256 "ca1d59778836508539f4d41a90eb21267a68d272f30942247d1c9443f8b24b40"
url "https://github.com/fortio/terminal/releases/download/v0.27.0/nocolor_0.27.0_darwin_arm64.zip"
sha256 "522fabb858120a9e35e45600c6322bd70f903ac93a689b3fc4c88ff05695bf8c"

def install
bin.install "nocolor"
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.26.1/nocolor_0.26.1_linux_amd64.tar.gz"
sha256 "2b94e470f1bf91415bca8efb026bb0a7eb706cd2da3fb3835336bce0ae9dafe4"
url "https://github.com/fortio/terminal/releases/download/v0.27.0/nocolor_0.27.0_linux_amd64.tar.gz"
sha256 "ada82c1cc8fadd47b9a2182bc22ccfb66ec62d3c9c9382e4318526a87226ea86"

def install
bin.install "nocolor"
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.26.1/nocolor_0.26.1_linux_arm64.tar.gz"
sha256 "8f7026067e844428d46a35a0f418753ae83194a7b485cd962962fbd5ae540f39"
url "https://github.com/fortio/terminal/releases/download/v0.27.0/nocolor_0.27.0_linux_arm64.tar.gz"
sha256 "e730bd44b321788018d6ec8853e905fd7cff97aecebcfd3ecd9135ddf3732da1"

def install
bin.install "nocolor"
Expand Down

0 comments on commit 57938d7

Please sign in to comment.