Add GitNote.app 3.0.0 release (#58239)

This commit is contained in:
Song Li 2019-02-02 19:11:23 +08:00 committed by Markus Reiter
parent 74fa4d20c7
commit c44654c23f
1 changed files with 12 additions and 0 deletions

12
Casks/gitnote.rb Normal file
View File

@ -0,0 +1,12 @@
cask 'gitnote' do
version '3.0.0'
sha256 '377e66e856f0466e8348c72a49f7b28f4950fae10785b42b317b5a3eb911cb7d'
# 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