homebrew-cask/Casks/things.rb

9 lines
258 B
Ruby
Raw Normal View History

2013-05-05 09:29:11 +08:00
class Things < Cask
2014-06-18 23:11:06 +08:00
url 'https://culturedcode.com/things/download/'
2014-05-14 21:40:03 +08:00
appcast 'http://downloads.culturedcode.com/things/download/Things_Updates.php'
2013-05-05 09:29:11 +08:00
homepage 'http://culturedcode.com/things/'
2013-06-20 05:01:26 +08:00
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-06-20 05:01:26 +08:00
link 'Things.app'
2013-05-05 09:29:11 +08:00
end