Update Homebrew cask to 1.2.1#541
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR updates Homebrew automation configuration to reflect an organization account rename from ChangesHomebrew Tap Organization Migration
Recordly Cask Version Update
Possibly related PRs
Suggested labels
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Updates the bundled Homebrew cask to the current stable Recordly release and aligns the Homebrew tap workflow default with the
webadderallorgGitHub organization.Motivation
The checked-in
recordly.rbwas still pinned to1.1.14, while the latest stable release isv1.2.1. Updating the cask keeps the release artifact URLs and SHA-256 checksums current.This also changes the default tap repo from
webadderall/homebrew-taptowebadderallorg/homebrew-tap, matching this repository's organization. I could not resolve either tap repo publicly while testing, so an owner/admin may still need to create or expose the official tap repository and setHOMEBREW_TAP_TOKENbefore the workflow can publish there.Type of Change
Testing Guide
ruby -c recordly.rbcurl -fsSIL https://github.com/webadderallorg/Recordly/releases/download/v1.2.1/Recordly-arm64.dmgcurl -fsSIL https://github.com/webadderallorg/Recordly/releases/download/v1.2.1/Recordly-x64.dmgSHA256SUMS.txtfrom thev1.2.1releasegit diff --checkNote: I attempted
brew audit --cask --strict --online ./recordly.rb, but this machine's Homebrew is managed by Nix and the audit command failed while trying to write a vendor marker inside the read-only Nix store.Checklist
Summary by CodeRabbit