homebrew-cask/Casks/the-clock.rb

13 lines
244 B
Ruby
Raw Normal View History

2016-09-24 01:19:54 +08:00
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