Skip to content

Update Homebrew cask to 1.2.1#541

Open
sreyassabbani wants to merge 1 commit into
webadderallorg:mainfrom
sreyassabbani:update-homebrew-cask-1.2.1
Open

Update Homebrew cask to 1.2.1#541
sreyassabbani wants to merge 1 commit into
webadderallorg:mainfrom
sreyassabbani:update-homebrew-cask-1.2.1

Conversation

@sreyassabbani
Copy link
Copy Markdown

@sreyassabbani sreyassabbani commented May 20, 2026

Description

Updates the bundled Homebrew cask to the current stable Recordly release and aligns the Homebrew tap workflow default with the webadderallorg GitHub organization.

Motivation

The checked-in recordly.rb was still pinned to 1.1.14, while the latest stable release is v1.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-tap to webadderallorg/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 set HOMEBREW_TAP_TOKEN before the workflow can publish there.

Type of Change

  • Bug Fix
  • Documentation Update

Testing Guide

  • ruby -c recordly.rb
  • curl -fsSIL https://github.com/webadderallorg/Recordly/releases/download/v1.2.1/Recordly-arm64.dmg
  • curl -fsSIL https://github.com/webadderallorg/Recordly/releases/download/v1.2.1/Recordly-x64.dmg
  • Verified cask checksums against SHA256SUMS.txt from the v1.2.1 release
  • git diff --check

Note: 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

  • I have performed a self-review of my code.
  • I have added any necessary screenshots or videos.
  • I have linked related issue(s) and updated the changelog if applicable.

Summary by CodeRabbit

  • Chores
    • Updated Homebrew tap repository configuration in GitHub Actions workflow
    • Updated release process documentation for Homebrew tap automation
    • Bumped recordly cask version to 1.2.1 with updated binary checksums for ARM64 and Intel architectures

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 5dcca473-0d30-4767-b28d-2003c0f49bc8

📥 Commits

Reviewing files that changed from the base of the PR and between 4f729b7 and e019fc9.

📒 Files selected for processing (3)
  • .github/workflows/homebrew-tap.yml
  • RELEASING.md
  • recordly.rb

📝 Walkthrough

Walkthrough

This PR updates Homebrew automation configuration to reflect an organization account rename from webadderall to webadderallorg, updates release documentation accordingly, and bumps the Recordly cask to version 1.2.1 with updated architecture-specific checksums.

Changes

Homebrew Tap Organization Migration

Layer / File(s) Summary
Workflow default tap repository
.github/workflows/homebrew-tap.yml
Updated the GitHub Actions workflow input default and TAP_REPO environment variable fallback from webadderall/homebrew-tap to webadderallorg/homebrew-tap.
Release documentation update
RELEASING.md
Documented that the Homebrew tap workflow defaults to webadderallorg/homebrew-tap when HOMEBREW_TAP_REPO is not explicitly provided.

Recordly Cask Version Update

Layer / File(s) Summary
Recordly cask version and checksums
recordly.rb
Updated the recordly cask version from 1.1.14 to 1.2.1 and replaced the SHA256 checksums for both arm64 and intel architectures to match the new release artifacts.

Possibly related PRs

  • webadderallorg/Recordly#180: Initially added the recordly Homebrew cask definition; this PR updates that same cask with a new version bump and checksums.

Suggested labels

Checked

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes


🐰 An org renamed with care,
The tap defaults now declare,
New checksums in place,
Recordly's new race—
1.2.1, fresh from the air! 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: updating the Homebrew cask to version 1.2.1, which is the primary focus of the changeset.
Description check ✅ Passed The description includes all key required sections: Description, Motivation, Type of Change, Testing Guide, and Checklist. It provides comprehensive context and testing instructions for the changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sreyassabbani sreyassabbani marked this pull request as ready for review May 20, 2026 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant