homebrew-cask/Casks/bit-slicer.rb

15 lines
553 B
Ruby
Raw Normal View History

2014-11-14 01:25:28 +08:00
cask :v1 => 'bit-slicer' do
2015-10-05 08:57:00 +08:00
version '1.7.6'
sha256 '03e9125481bd4c6459e379b3b0df69a2eecbde80f7cb11d9be8dfc9c0f8d3a58'
# 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'
appcast 'https://zgcoder.net/bitslicer/update/appcast.xml',
2015-10-05 08:57:00 +08:00
:sha256 => '3012f7d3d8b49f6d595d62e07f87525c0a225a59d44576ba46f0c67518fdf019'
homepage 'https://github.com/zorgiepoo/bit-slicer/'
license :bsd
2014-09-16 00:05:19 +08:00
app 'Bit Slicer.app'
end