mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
8 lines
242 B
Ruby
8 lines
242 B
Ruby
class Asteroid < Cask
|
|
url 'http://www.asteroidapp.com/downloader.php?Ver=latest'
|
|
appcast 'http://www.asteroidapp.com/appupdates.php'
|
|
homepage 'http://www.asteroidapp.com/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'Asteroid.app'
|
|
end
|