Skip to content

Commit

Permalink
Brew formula update for nocolor version v0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Oct 9, 2024
1 parent 1423b2a commit a49cbce
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.0"
version "0.26.1"
license "Apache-2.0"

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

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

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.0/nocolor_0.26.0_linux_amd64.tar.gz"
sha256 "17bde3a44b12e5553735560db31cc85c79d29a42d63c8beab8b3bac4f199d927"
url "https://github.com/fortio/terminal/releases/download/v0.26.1/nocolor_0.26.1_linux_amd64.tar.gz"
sha256 "2b94e470f1bf91415bca8efb026bb0a7eb706cd2da3fb3835336bce0ae9dafe4"

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.0/nocolor_0.26.0_linux_arm64.tar.gz"
sha256 "89a16dfa5ff48da4df946072f5cc94dcf56a169931da8b874d5ea4099eece499"
url "https://github.com/fortio/terminal/releases/download/v0.26.1/nocolor_0.26.1_linux_arm64.tar.gz"
sha256 "8f7026067e844428d46a35a0f418753ae83194a7b485cd962962fbd5ae540f39"

def install
bin.install "nocolor"
Expand Down

0 comments on commit a49cbce

Please sign in to comment.