You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
403 B
13 lines
403 B
cask :v1 => 'omnipresence-beta' do
|
|
version '1.4.x-r232733'
|
|
sha256 'c21289a7a90b4efc8f0eb9cf3775bb4bb19145688229cd886718881b2c34377a'
|
|
|
|
url "http://omnistaging.omnigroup.com/omnipresence/releases/OmniPresence-#{version}-Test.dmg"
|
|
name 'OmniPresence Beta'
|
|
homepage 'http://www.omnigroup.com/omnipresence'
|
|
license :commercial
|
|
|
|
app 'OmniPresence.app'
|
|
|
|
depends_on :macos => '>= :yosemite'
|
|
end
|
|
|