homebrew-cask/Casks/anxiety.rb

12 lines
261 B
Ruby

class Anxiety < Cask
version :latest
sha256 :no_check
url 'http://www.anxietyapp.com/Anxiety.zip'
appcast 'http://www.anxietyapp.com/appcast/appcast.xml'
homepage 'http://www.anxietyapp.com/'
nested_container 'Anxiety.dmg'
app 'Anxiety.app'
end