Skip to content

Add automounter (new cask)#268917

Open
AdamBaali wants to merge 1 commit into
Homebrew:mainfrom
AdamBaali:add-automounter
Open

Add automounter (new cask)#268917
AdamBaali wants to merge 1 commit into
Homebrew:mainfrom
AdamBaali:add-automounter

Conversation

@AdamBaali

Copy link
Copy Markdown
Contributor

After making any changes to a cask, existing or new, verify:

Additionally, if adding a new cask:

  • Named the cask according to the token reference.
  • Checked the cask was not already refused (add your cask's name to the end of the search field).
  • brew audit --cask --new automounter worked successfully.
  • HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask automounter worked successfully.
  • brew uninstall --cask automounter worked successfully.

  • AI was used to generate or assist with generating this PR. Please specify below how you used AI to help you, and what steps you have taken to manually verify the changes, including zap stanza paths.

AI (Claude) assisted in creating this PR: it researched the download URL, version, bundle identifier, minimum macOS, and pkg receipt, and drafted the cask DSL. I reviewed the result, ran brew style --fix and brew audit --cask --strict --online --new with no offenses or errors, and installed, reinstalled, uninstalled, and zapped the cask locally on macOS to verify the artifact, a clean uninstall, an idempotent reinstall, and the zap stanza paths.

Comment thread Casks/a/automounter.rb Outdated
livecheck do
url "https://www.pixeleyes.co.nz/automounter/version"
regex(/([0-9]+(?:\.[0-9]+)+)/i)
strategy :page_match

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix as per other PRs.

Comment thread Casks/a/automounter.rb

livecheck do
url "https://www.pixeleyes.co.nz/automounter/version"
regex(/([0-9]+(?:\.[0-9]+)+)/i)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use a non-standard regex here?

@krehel krehel added the awaiting user reply Issue needs response from a user. label Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting user reply Issue needs response from a user. new cask

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants