PageRenderTime 64ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

/Casks/bit-slicer.rb

https://bitbucket.org/JoshHagins/homebrew-cask
Ruby | 13 lines | 10 code | 2 blank | 1 comment | 0 complexity | d8d6619e0be4608f1e5091b78d6e5abd MD5 | raw file
Possible License(s): BSD-3-Clause
  1. cask :v1 => 'bit-slicer' do
  2. version '1.7.4'
  3. sha256 '02766dcb88e21b39b78c91718eff5547904ad121e55b89b5bc11846a0c7e6ed4'
  4. # bitbucket.org is the official download host per the vendor homepage
  5. url "https://bitbucket.org/zorgiepoo/bit-slicer/downloads/Bit%20Slicer%20#{version}.zip"
  6. appcast 'http://zorg.tejat.net/bitslicer/update.php',
  7. :sha256 => '11d0afe33a4cbf65a8df4c4d323b150853a62b0cbfe77d36dc70b5113aeca631'
  8. homepage 'https://github.com/zorgiepoo/bit-slicer/'
  9. license :oss
  10. app 'Bit Slicer.app'
  11. end