fix: final homebrew cask style + audit cleanup
- Drop unnecessary verified: stanza (URL host matches homepage host). - Add blank line between sha256 and url inside on_arm/on_intel (rubocop treats them as separate stanza groups). - Keep no blank line between on_arm and on_intel blocks (same outer stanza group). After re-running the bump workflow, the cask passes both brew audit --cask and brew style --cask cleanly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -123,13 +123,13 @@ jobs:
|
||||
|
||||
on_arm do
|
||||
sha256 "${ARM_SHA}"
|
||||
url "https://github.com/${REPO}/releases/download/v#{version}/${ARM_NAME}",
|
||||
verified: "github.com/${REPO}/"
|
||||
|
||||
url "https://github.com/${REPO}/releases/download/v#{version}/${ARM_NAME}"
|
||||
end
|
||||
on_intel do
|
||||
sha256 "${X64_SHA}"
|
||||
url "https://github.com/${REPO}/releases/download/v#{version}/${X64_NAME}",
|
||||
verified: "github.com/${REPO}/"
|
||||
|
||||
url "https://github.com/${REPO}/releases/download/v#{version}/${X64_NAME}"
|
||||
end
|
||||
|
||||
name "Openscreen"
|
||||
|
||||
Reference in New Issue
Block a user