homebrew-cask/Casks/slingshot.rb

11 lines
286 B
Ruby
Raw Normal View History

2014-05-29 23:25:53 +08:00
class Slingshot < Cask
version 'latest'
sha256 :no_check
2014-05-29 23:25:53 +08:00
url 'http://download.airsquirrels.com/Slingshot/Mac/Slingshot.dmg'
2014-06-09 22:41:38 +08:00
appcast 'https://updates.airsquirrels.com/Slingshot/Mac/Slingshot.xml'
2014-05-29 23:25:53 +08:00
homepage 'http://www.airsquirrels.com/slingshot/'
2014-05-29 23:25:53 +08:00
link 'Slingshot.app'
end