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