homebrew-cask/Casks/asteroid.rb

13 lines
380 B
Ruby
Raw Normal View History

2014-11-14 01:25:24 +08:00
cask :v1 => 'asteroid' do
2014-09-17 19:42:38 +08:00
version :latest
sha256 :no_check
url 'http://www.asteroidapp.com/downloader.php?Ver=latest'
2015-01-04 11:18:12 +08:00
name 'Asteroid'
2014-06-03 01:38:01 +08:00
appcast 'http://www.asteroidapp.com/appupdates.php'
2013-11-28 04:50:54 +08:00
homepage 'http://www.asteroidapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:16 +08:00
app 'Asteroid.app'
2013-11-28 04:50:54 +08:00
end