A tap for OpenVox MacOS packages.
brew install --cask openvoxproject/openvox/<package>To install the very latest OpenVox Agent with brew:
brew install openvoxproject/openvox/openvox-agentAdditionally we maintain versioned casks for each collection
openvoxproject/openvox/openvox-agent-8
When new versions of packages are shipped, you can use a Rake task to update the Cask to the latest version and SHAs
bundle exec rake 'brew:cask[openvox-agent]'To update the versioned casks - for example openvox-agent-8 - include the collection as a 2nd argument
bundle exec rake 'brew:cask[openvox-agent,8]'You can test updated Cask files with
brew install Casks/openvox-agent.rb --force