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.
14 lines
420 B
14 lines
420 B
cask 'lingon-x1' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://www.peterborgapps.com/downloads/LingonX.zip'
|
|
appcast 'https://www.peterborgapps.com/updates/lingonx-appcast.xml',
|
|
:sha256 => 'a509f4c6a8596bd10c90f4d750ab2c81098360f82eac7a3744066c23becf4972'
|
|
homepage 'https://www.peterborgapps.com/lingon/'
|
|
license :commercial
|
|
|
|
app 'Lingon X.app'
|
|
|
|
depends_on :macos => '>= :mountain_lion'
|
|
end
|
|
|