homebrew-cask/Casks/things.rb

13 lines
302 B
Ruby

cask :v1 => 'things' do
version :latest
sha256 :no_check
url 'https://culturedcode.com/things/download/'
appcast 'https://downloads.culturedcode.com/things/download/Things_Updates.php'
name 'Things'
homepage 'https://culturedcode.com/things/'
license :commercial
app 'Things.app'
end