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
397 B
13 lines
397 B
cask 'omnipresence-beta' do
|
|
version '1.4.x-r233232'
|
|
sha256 '2366e49d19d9e9d53967f18c6ab0781d5478db24c883921300f62040dd14f119'
|
|
|
|
url "http://omnistaging.omnigroup.com/omnipresence/releases/OmniPresence-#{version}-Test.dmg"
|
|
name 'OmniPresence Beta'
|
|
homepage 'https://www.omnigroup.com/omnipresence'
|
|
license :commercial
|
|
|
|
app 'OmniPresence.app'
|
|
|
|
depends_on :macos => '>= :yosemite'
|
|
end
|
|
|