mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
338 B
Ruby
10 lines
338 B
Ruby
class BitSlicer < Cask
|
|
version '1.7'
|
|
sha256 'b976d919f9ca51b1a3fd9c211767787222dd84761194e81ba6809760944baf01'
|
|
|
|
url 'https://bitbucket.org/zorgiepoo/bit-slicer/downloads/Bit%20Slicer%201.7.zip'
|
|
appcast 'http://zorg.tejat.net/bitslicer/update.php'
|
|
homepage 'https://github.com/zorgiepoo/bit-slicer/'
|
|
|
|
link 'Bit Slicer.app'
|
|
end
|