homebrew-cask/Casks/notable.rb

12 lines
360 B
Ruby
Raw Normal View History

2018-12-27 10:32:13 +08:00
cask 'notable' do
version '1.7.2'
sha256 'ff5c29c8932fc76193f2fb43b7410edb60b37a65fe6ea35c07980d314eac7cc6'
2018-12-27 10:32:13 +08:00
2019-03-28 20:21:08 +08:00
url "https://github.com/notable/notable/releases/download/v#{version}/Notable-#{version}.dmg"
appcast 'https://github.com/notable/notable/releases.atom'
2018-12-27 10:32:13 +08:00
name 'Notable'
2019-03-28 20:21:08 +08:00
homepage 'https://github.com/notable/notable'
2018-12-27 10:32:13 +08:00
app 'Notable.app'
end