Skip to content

Conversation

@fernandotonon
Copy link
Owner

Summary

  • Fixed the Homebrew cask auto-update job that wasn't updating the cask file
  • The issue was that sed commands were looking for double quotes (") but the Homebrew cask uses single quotes (')
  • Changed version ".*" to version '.*' and sha256 ".*" to sha256 '.*'

Test plan

🤖 Generated with Claude Code

The Homebrew cask file uses single quotes for version and sha256 values,
but the sed commands were looking for double quotes. This caused the
auto-update job to not make any changes to the file.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@fernandotonon fernandotonon merged commit 0310962 into master Jan 29, 2026
11 checks passed
@fernandotonon fernandotonon deleted the fix/homebrew-cask-update branch January 29, 2026 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants