homebrew-cask/Casks/vnote.rb

13 lines
433 B
Ruby
Raw Normal View History

cask 'vnote' do
2018-08-11 00:54:45 +08:00
version '1.21'
sha256 'df1bf3fe863230e5648197ce82d8ee8df382a1c386a9ef5028bc58c15112948d'
# github.com/tamlok/vnote was verified as official when first introduced to the cask
2018-05-01 18:46:59 +08:00
url "https://github.com/tamlok/vnote/releases/download/v#{version}/VNote-#{version}-x64.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/tamlok/vnote/releases.atom'
name 'VNote'
homepage 'https://tamlok.github.io/vnote/'
app 'VNote.app'
end