homebrew-cask/Casks/alternote.rb

16 lines
498 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'alternote' do
2015-11-19 05:42:32 +08:00
version '1.0.6_1006'
sha256 '31ff36a3a02daba52b3363d9f8b75e1183df488ff844f8f7f919f67ba57bb4d2'
2015-08-27 00:15:26 +08:00
url "http://alternoteapp.com/assets/downloads/Alternote#{version.sub(%r{.*_}, '')}.zip"
2015-08-27 00:15:26 +08:00
appcast 'http://alternoteapp.com/assets/appcast.xml',
:sha256 => '0cbfc55527716eeab37a3cd8b2ce4fcb91209fdb4a6ecc238a4a44046ce6bfd4'
name 'Alternote'
homepage 'http://alternoteapp.com/'
license :commercial
app 'Alternote.app'
uninstall :quit => 'com.Alternote'
end