homebrew-cask/Casks/alternote.rb

14 lines
380 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'alternote' do
version '1.0.18,1018'
sha256 'b1a3c0d311b0633bae1a327d393c61a82bf21e2a0363109ef984e8f1c99549ff'
2015-08-27 00:15:26 +08:00
url "http://alternoteapp.com/assets/downloads/Alternote#{version.after_comma}.zip"
2018-06-12 22:37:26 +08:00
appcast 'http://alternoteapp.com/assets/appcast.xml'
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