From e019fc9169bcf5d0b40c11a82cdd7995bd4af26d Mon Sep 17 00:00:00 2001 From: Sreyas Sabbani Date: Tue, 19 May 2026 20:30:38 -0400 Subject: [PATCH] Update Homebrew cask to 1.2.1 --- .github/workflows/homebrew-tap.yml | 4 ++-- RELEASING.md | 2 ++ recordly.rb | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/homebrew-tap.yml b/.github/workflows/homebrew-tap.yml index 5f8549ec9..bfbe3a804 100644 --- a/.github/workflows/homebrew-tap.yml +++ b/.github/workflows/homebrew-tap.yml @@ -10,7 +10,7 @@ on: tap_repo: description: "Tap repository in owner/repo format" required: false - default: "webadderall/homebrew-tap" + default: "webadderallorg/homebrew-tap" type: string permissions: @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }} - TAP_REPO: ${{ github.event.inputs.tap_repo || vars.HOMEBREW_TAP_REPO || 'webadderall/homebrew-tap' }} + TAP_REPO: ${{ github.event.inputs.tap_repo || vars.HOMEBREW_TAP_REPO || 'webadderallorg/homebrew-tap' }} AUTO_MERGE_TAP_PR: ${{ vars.HOMEBREW_TAP_AUTO_MERGE || 'true' }} steps: - name: Validate token diff --git a/RELEASING.md b/RELEASING.md index 4ec8e22ad..a15d04c35 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -68,6 +68,8 @@ Optional repository variables: - `HOMEBREW_TAP_REPO` - `HOMEBREW_TAP_AUTO_MERGE` +If `HOMEBREW_TAP_REPO` is not set, the workflow defaults to `webadderallorg/homebrew-tap`. + ## Release flow 1. Bump `package.json` to the version you want to ship. diff --git a/recordly.rb b/recordly.rb index f037c928b..650f831d7 100644 --- a/recordly.rb +++ b/recordly.rb @@ -1,9 +1,9 @@ cask "recordly" do arch arm: "arm64", intel: "x64" - version "1.1.14" - sha256 arm: "e669ab7c8bdd4596211937183ee2374545da5482702cab0dfe477c1466422b0f", - intel: "85f5183219de0b656400625797ff9299893bd8fbda8455b0f745878b2c729526" + version "1.2.1" + sha256 arm: "f9d1c5874ec009725a93338edce3fe511537ec0348113914b92577c01214d07b", + intel: "aa89cf4fc6338dcb22eb6b1d2fc920a1cf6e5066742687463a426f1ac31bde84" url "https://github.com/webadderallorg/Recordly/releases/download/v#{version}/Recordly-#{arch}.dmg" name "Recordly"