homebrew-cask/Casks/bit-slicer.rb

15 lines
547 B
Ruby
Raw Normal View History

2014-11-14 01:25:28 +08:00
cask :v1 => 'bit-slicer' do
2015-03-29 00:36:46 +08:00
version '1.7.5'
sha256 '1180666794b41ddba4895c6f90ba9e428f49c115f0eb260d76061c6c6aa9f1a9'
# bitbucket.org is the official download host per the vendor homepage
2014-09-26 20:08:48 +08:00
url "https://bitbucket.org/zorgiepoo/bit-slicer/downloads/Bit%20Slicer%20#{version}.zip"
2015-02-08 18:58:15 +08:00
name 'Bit Slicer'
2014-10-15 23:43:47 +08:00
appcast 'http://zorg.tejat.net/bitslicer/update.php',
:sha256 => 'ad8cdd11fb138f98a29bf24a31d3f82f086e6abf813787f91679ce5ec015239c'
homepage 'https://github.com/zorgiepoo/bit-slicer/'
license :bsd
2014-09-16 00:05:19 +08:00
app 'Bit Slicer.app'
end