homebrew-cask/Casks/alternote.rb

15 lines
470 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'alternote' do
version '1.0.10,1010'
2016-03-29 03:56:42 +08:00
sha256 '5d72b8d6d687ad2aa4a8dec64424b4d4292b16b7d1c9b41f4c9be078368686a7'
2015-08-27 00:15:26 +08:00
url "http://alternoteapp.com/assets/downloads/Alternote#{version.after_comma}.zip"
2015-08-27 00:15:26 +08:00
appcast 'http://alternoteapp.com/assets/appcast.xml',
2016-03-29 03:56:42 +08:00
checkpoint: '1b523b50485c377b875d00ac3b182ed7283a27ec6c4b356e6d117def11b3c836'
2015-08-27 00:15:26 +08:00
name 'Alternote'
homepage 'http://alternoteapp.com/'
app 'Alternote.app'
uninstall quit: 'com.Alternote'
2015-08-27 00:15:26 +08:00
end