PageRenderTime 46ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/Casks/haroopad.rb

https://bitbucket.org/JoshHagins/homebrew-cask
Ruby | 11 lines | 8 code | 2 blank | 1 comment | 0 complexity | f2376711555a52489d203e336866dd0d MD5 | raw file
Possible License(s): BSD-3-Clause
  1. cask :v1 => 'haroopad' do
  2. version '0.12.2'
  3. sha256 'f8fe84ec70090c7517b4ef9f8c2896a4dedb9774d0a87800fdd98f706a64929b'
  4. # bitbucket.org is the official download host per the vendor homepage
  5. url "https://bitbucket.org/rhiokim/haroopad-download/downloads/haroopad-v#{version}.dmg"
  6. homepage 'http://pad.haroopress.com/'
  7. license :oss
  8. app 'haroopad.app'
  9. end