brew install drod3763/tap/<formula>
Or brew tap drod3763/tap and then brew install <formula>.
For casks:
brew install --cask drod3763/tap/<cask>
Or, in a brew bundle Brewfile:
tap "drod3763/tap"
brew "<formula>"brew help, man brew or check Homebrew's documentation.
- Local update:
scripts/update-rar.sh 7.20 - GitHub Actions update: run the
update-rarworkflow with a version input (for example7.20)
- Local update to latest stable appcast entry:
scripts/update-openin-helper.sh - Local update to a specific version:
scripts/update-openin-helper.sh 4.3.5 - GitHub Actions update: run
update-openin-helper(optionally provide a version input)