homebrew-cask/Casks/the-clock.rb

13 lines
244 B
Ruby

cask 'the-clock' do
version :latest
sha256 :no_check
url 'https://seense.com/the_clock/updateapp/the_clock.zip'
name 'The Clock'
homepage 'https://seense.com/the_clock/'
depends_on macos: '>= :yosemite'
app 'The Clock.app'
end