homebrew-cask/Casks/clock.rb

12 lines
369 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'clock' do
version '1.1'
sha256 'f2def6485626b4d10a535cb86eb7c877da8d59a2103f8da7b211970c88b96913'
2016-02-12 06:19:34 +08:00
# github.com/downloads/zachwaugh/Clock.app was verified as official when first introduced to the cask
2014-09-26 20:08:49 +08:00
url "https://github.com/downloads/zachwaugh/Clock.app/Clock-#{version}.zip"
2015-03-25 11:14:13 +08:00
name 'Clock'
homepage 'http://zachwaugh.me/clock/'
2014-09-16 00:05:23 +08:00
app 'Clock.app'
end