homebrew-cask/Casks/leanote.rb

15 lines
576 B
Ruby
Raw Normal View History

cask 'leanote' do
version '2.1'
sha256 '62feedb4b8ed2e6b2fefecdd8763c92ad394543d2ee27aa78f9b1251c00e4a9d'
2016-07-05 05:48:28 +08:00
# sourceforge.net/sourceforge/leanote-desktop-app was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/sourceforge/leanote-desktop-app/leanote-desktop-mac-v#{version}.zip"
2016-04-29 22:16:07 +08:00
appcast 'https://github.com/leanote/desktop-app/releases.atom',
checkpoint: '19a1cc4cc1347a96093670e3fa3945b0a2f9cfbc5c806423e240a12645c97a8e'
name 'Leanote'
homepage 'http://leanote.org'
2016-04-29 22:16:07 +08:00
license :gpl
app 'Leanote.app'
end