Skip to content

alexp999/homebrew-tap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Onnimonni Homebrew taps

How do I install these Casks?

Kitsas

Install Kitsas, Finnish bookkeeping software for small organisations through my custom homebrew tap by running:

brew install --cask onnimonni/tap/kitsas

Forscan

Install Forscan, Diagnostics software for Ford, Mazda, Lincoln and Mercury vehicles.

Homebrew doesn't allow --no-quarantine to child dependencies so you need to install and unquarantine Wine first since Forscan installer needs this

brew install --no-quarantine --cask wine-stable onnimonni/tap/forscan

How to update Forscan in this repository to latest version?

If you notice that there's a new version you can create a pull-request to update the version like this:

export NEW_FORSCAN_VERSION=$(brew livecheck forscan --json | jq -r '.[0].version.latest')
# This needs to use --no-audit flag because the downloaded file doesn't contain any MacOS binaries.
brew bump-cask-pr --no-audit --version $NEW_FORSCAN_VERSION onnimonni/tap/forscan

I will then merge the new version as soon as I can ❤️ 👌.

After the version change is merged you can update your Forscan by running this:

brew update && brew upgrade onnimonni/tap/forscan

Documentation

brew help, man brew or check Homebrew's documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%