homebrew-cask/Casks/laverna.rb

14 lines
535 B
Ruby
Raw Normal View History

2016-11-19 01:41:12 +08:00
cask 'laverna' do
2016-12-27 03:56:11 +08:00
version '0.7.3'
sha256 'd3fcc7ccc7130502093a53963dd0cb5dadfc37280420a3c5647de5b60424532e'
2016-11-19 01:41:12 +08:00
# github.com/Laverna/laverna was verified as official when first introduced to the cask
url "https://github.com/Laverna/laverna/releases/download/#{version}/laverna-#{version}-darwin-x64.zip"
appcast 'https://github.com/Laverna/laverna/releases.atom',
checkpoint: 'f76275b249b08d1b525da20e6391570e4c687ab32e8be78b9d88473fc086772a'
name 'Laverna'
homepage 'https://laverna.cc/'
app 'Laverna.app'
end