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-03-08 16:32:58 +08:00
version '3.1.0'
sha256 'f1ff765c09d9e424c2995e7d887040c503cd9b5472eb5e2fc3dadc20d326a498'
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