mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
7 lines
171 B
Ruby
7 lines
171 B
Ruby
class Things < Cask
|
|
url 'http://culturedcode.com/things/download/'
|
|
homepage 'http://culturedcode.com/things/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Things.app'
|
|
end
|