homebrew-cask/Casks/noti.rb

15 lines
418 B
Ruby
Raw Normal View History

2016-10-12 20:50:06 +08:00
cask 'noti' do
2018-01-22 11:57:10 +08:00
version '0.3.1'
sha256 '7ce31dfc0a177bc21591d18b7f3b96f72f7105c132641e7d3a296ec02eaf23db'
2016-10-12 20:50:06 +08:00
# github.com/jariz/Noti was verified as official when first introduced to the cask
url "https://github.com/jariz/Noti/releases/download/#{version}/Noti.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/jariz/Noti/releases.atom'
2016-10-12 20:50:06 +08:00
name 'Noti'
homepage 'https://noti.center/'
auto_updates true
app 'Noti.app'
end