From a49cbce6db1c225841c66ae172b9a2a2121b2c0b Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Wed, 9 Oct 2024 14:08:58 -0700 Subject: [PATCH] Brew formula update for nocolor version v0.26.1 --- Formula/nocolor.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/nocolor.rb b/Formula/nocolor.rb index dd4e996..79b9554 100644 --- a/Formula/nocolor.rb +++ b/Formula/nocolor.rb @@ -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" @@ -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" @@ -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"