From eb5aee8fc5dec8b336df27637ea3fbe93bb7a62a Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Tue, 7 Jul 2026 05:21:00 +0100 Subject: [PATCH] Brew cask update for lolcathost version v0.2.9 --- Casks/lolcathost.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/lolcathost.rb b/Casks/lolcathost.rb index eb0639d..90bb69f 100644 --- a/Casks/lolcathost.rb +++ b/Casks/lolcathost.rb @@ -1,25 +1,25 @@ # This file was generated by GoReleaser. DO NOT EDIT. cask "lolcathost" do - version "0.2.8" + version "0.2.9" on_macos do on_intel do - sha256 "756b6e79eacea307c580a5d80d841e1d0e6ba044f6a430b1d5ff6f50e701f04b" + sha256 "445d0013348ba80c15df3af8ad05f621e274d1849aa741e20afb712c1516a38e" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz" end on_arm do - sha256 "059b3a44c91924f6e0b096fd8579d543988b326a5441b7e46945157bdeb7100f" + sha256 "17d04adc2fcdb2291fbd76c52aad9ea2bbe67cb5f15e21198823924c7a6f615e" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz" end end on_linux do on_intel do - sha256 "62696eab3ed6cbf4d43861959065fc4837d8c0820774bf6cf73526ed09356763" + sha256 "50d09639b58f797ae03ac0e60d71f24ab6ba358618ed241342d4af17239e11ec" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-amd64.tar.gz" end on_arm do - sha256 "4ce1b90cdc8586a6803b4500d066b71d9cbf5b3129f5e88146cb07a035d28c27" + sha256 "ddb78c27f7aa277832479facaf467d502a8436534e38d7f6905dcf530cbfc4f7" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz" end end