homebrew-cask/Casks/gitnote.rb

13 lines
453 B
Ruby
Raw Normal View History

2019-02-02 19:11:23 +08:00
cask 'gitnote' do
2019-02-27 15:40:00 +08:00
version '3.0.4'
sha256 '1dc59e97f220c9d39b0f00cfef08a152ff352038ebb63891ec933ffbf27b75b3'
2019-02-02 19:11:23 +08:00
# github.com/zhaopengme/gitnote was verified as official when first introduced to the cask
url "https://github.com/zhaopengme/gitnote/releases/download/#{version}/GitNote_setup_#{version}.dmg"
appcast 'https://github.com/zhaopengme/gitnote/releases.atom'
name 'gitnote'
homepage 'https://gitnoteapp.com/'
app 'GitNote.app'
end