homebrew-cask/Casks/michaelvillar-timer.rb

12 lines
380 B
Ruby

cask 'michaelvillar-timer' do
version '1.3'
sha256 '932c51f286993a6ebda1b9f73dc36d5c6c3024a8851994a1915644bc308bc21d'
url "https://github.com/michaelvillar/timer-app/releases/download/#{version}/Timer.app.zip"
appcast 'https://github.com/michaelvillar/timer-app/releases.atom'
name 'Timer'
homepage 'https://github.com/michaelvillar/timer-app'
app 'Timer.app'
end