From 92b7020117b47029e3db3535618f6ae211b95da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 19 Jun 2013 22:01:26 +0100 Subject: [PATCH] things latest and link --- Casks/things.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Casks/things.rb b/Casks/things.rb index ca6d01e43..c48ad3682 100644 --- a/Casks/things.rb +++ b/Casks/things.rb @@ -1,6 +1,7 @@ class Things < Cask - url 'http://culturedcode.cachefly.net/things/Things_2.2_1.zip' + url 'http://culturedcode.com/things/download/' homepage 'http://culturedcode.com/things/' - version '2.2.1' - sha1 'cce95e6b29c5b9ac247549055189d723821bb70f' + version 'latest' + no_checksum + link 'Things.app' end