homebrew-cask/Casks/sip.rb

15 lines
389 B
Ruby
Raw Normal View History

2017-01-21 21:02:28 +08:00
cask 'sip' do
2017-02-17 13:52:21 +08:00
version '0.9.6'
sha256 '6f3091851190fdc1c1b5742fa6039dc11b007fa0db2c81fdc1770ca2e834527b'
2017-01-21 21:02:28 +08:00
url 'http://sipapp.io/download/sip.dmg'
appcast 'http://sipapp.io/sparkle/sip.xml',
2017-02-17 13:52:21 +08:00
checkpoint: '4853ffd0b9743d05640a1ec6cc22731e255060aa9b8579b5ed15e0de0ffc8fe7'
2017-01-21 21:02:28 +08:00
name 'Sip'
homepage 'http://sipapp.io/'
depends_on macos: '>= :el_capitan'
2017-01-21 21:02:28 +08:00
app 'Sip.app'
end