mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
update_cask_family: add dcp-o-matic
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
readonly program="$(basename "${0}")"
|
||||
readonly families=(ableton eclipse flash navicat netbeans unity) # Needs to be in sync with the 'get_' functions
|
||||
readonly families=(ableton dcpomatic eclipse flash navicat netbeans unity) # Needs to be in sync with the 'get_' functions
|
||||
readonly cask_family="${1}"
|
||||
readonly new_version="${2}"
|
||||
|
||||
@@ -30,6 +30,10 @@ function get_ableton {
|
||||
brew search ableton | grep 'ableton-' | grep --invert-match '\d'
|
||||
}
|
||||
|
||||
function get_dcpomatic {
|
||||
brew search 'dcp-o-matic' | grep 'dcp-o-matic'
|
||||
}
|
||||
|
||||
function get_eclipse {
|
||||
brew search 'eclipse' | grep 'eclipse-'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user