homebrew-cask-versions/Casks/runtastic-connect.rb
2015-03-16 01:37:01 +01:00

12 lines
435 B
Ruby

cask :v1 => 'runtastic-connect' do
version :latest
sha256 :no_check
url 'http://download.runtastic.com/connect/mac/runtasticConnect.dmg'
appcast 'http://download.runtastic.com/connect/mac/appcast.xml'
name 'Runtastic Connect'
homepage 'https://www.runtastic.com/connect'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Runtastic Connect.app'
end