PageRenderTime 47ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/Casks/sparkleshare.rb

https://bitbucket.org/JoshHagins/homebrew-cask
Ruby | 11 lines | 8 code | 2 blank | 1 comment | 0 complexity | 9ac34da1c48328365783026e9e1ec743 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. cask :v1 => 'sparkleshare' do
  2. version '1.4'
  3. sha256 '571a8e39591883f0af6fb9056db8c1a0835cc0babb73b07050a188165552c038'
  4. # bitbucket.org is the official download host per the vendor homepage
  5. url "https://bitbucket.org/hbons/sparkleshare/downloads/sparkleshare-mac-#{version}.zip"
  6. homepage 'http://sparkleshare.org/'
  7. license :oss
  8. app 'SparkleShare.app'
  9. end