homebrew-cask/Casks/timely.rb

13 lines
447 B
Ruby

cask 'timely' do
version '0.4.8'
sha256 '2184d8ed6e951e2cf1d5da22626740c8825d2bfea4fd9f7b83e771d219e86622'
# github.com/Timely was verified as official when first introduced to the cask
url "https://github.com/Timely/desktop-releases/releases/download/osx64-v#{version}/Timely-#{version}.dmg"
appcast 'https://github.com/Timely/desktop-releases/releases.atom'
name 'Timely'
homepage 'https://timelyapp.com/'
app 'Timely.app'
end