From 3e23087bdd25fe42a0bcf528a2fdf319304a2470 Mon Sep 17 00:00:00 2001 From: David Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 27 Dec 2025 15:41:30 -0500 Subject: [PATCH] ci(homebrew): fix livecheck patch (#4538) --- .github/workflows/ci-homebrew.yml | 2 +- packaging/sunshine.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 1434cf591..330c517db 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -188,7 +188,7 @@ jobs: json.map do |release|\ next if release["draft"]\ \ - match = release["tag_name"]?\&.match(regex)\ + match = release["tag_name"]&.match(regex)\ next if match.blank?\ \ match[1]\ diff --git a/packaging/sunshine.rb b/packaging/sunshine.rb index 217ba490b..33a455611 100644 --- a/packaging/sunshine.rb +++ b/packaging/sunshine.rb @@ -27,7 +27,6 @@ class Sunshine < Formula bottle do root_url "https://ghcr.io/v2/lizardbyte/homebrew" - rebuild 1 sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000" sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000" sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"