mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
245 B
Ruby
7 lines
245 B
Ruby
class Clock < Cask
|
|
url 'https://github.com/downloads/zachwaugh/Clock.app/Clock-1.1.zip'
|
|
homepage 'http://zachwaugh.me/clock/'
|
|
version '1.1'
|
|
sha256 'f2def6485626b4d10a535cb86eb7c877da8d59a2103f8da7b211970c88b96913'
|
|
link 'Clock.app'
|
|
end
|