homebrew-cask/Casks/things.rb

13 lines
396 B
Ruby
Raw Normal View History

2014-11-14 01:27:09 +08:00
cask :v1 => 'things' do
2014-09-17 19:43:05 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:06 +08:00
url 'https://culturedcode.com/things/download/'
2015-06-29 14:32:18 +08:00
appcast 'https://downloads.culturedcode.com/things/download/Things_Updates.php'
2015-01-30 03:37:19 +08:00
name 'Things'
2015-06-29 14:32:18 +08:00
homepage 'https://culturedcode.com/things/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:29 +08:00
app 'Things.app'
2013-05-05 09:29:11 +08:00
end