homebrew-cask/Casks/notable.rb

12 lines
384 B
Ruby
Raw Normal View History

2018-12-27 10:32:13 +08:00
cask 'notable' do
2019-03-15 19:36:46 +08:00
version '1.4.0'
sha256 'cac9eb54d7e45fe38cae6a5083e8af2de93adbc0c43079e72c0938cd1c417cbf'
2018-12-27 10:32:13 +08:00
url "https://github.com/fabiospampinato/notable/releases/download/v#{version}/Notable-#{version}.dmg"
2018-12-27 10:32:13 +08:00
appcast 'https://github.com/fabiospampinato/notable/releases.atom'
name 'Notable'
homepage 'https://github.com/fabiospampinato/notable'
app 'Notable.app'
end