ci(homebrew): fix livecheck patch (#4538)
This commit is contained in:
parent
b3a7782647
commit
3e23087bdd
2 changed files with 1 additions and 2 deletions
2
.github/workflows/ci-homebrew.yml
vendored
2
.github/workflows/ci-homebrew.yml
vendored
|
|
@ -188,7 +188,7 @@ jobs:
|
||||||
json.map do |release|\
|
json.map do |release|\
|
||||||
next if release["draft"]\
|
next if release["draft"]\
|
||||||
\
|
\
|
||||||
match = release["tag_name"]?\&.match(regex)\
|
match = release["tag_name"]&.match(regex)\
|
||||||
next if match.blank?\
|
next if match.blank?\
|
||||||
\
|
\
|
||||||
match[1]\
|
match[1]\
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ class Sunshine < Formula
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
|
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
|
||||||
rebuild 1
|
|
||||||
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
|
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
|
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"
|
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue