homebrew-cask/Casks/boxer.rb

17 lines
520 B
Ruby

cask 'boxer' do
version '1.3.2-20120713'
sha256 'e96bd463d185d7d6a6f670b3d498ffa61c6f4ae226a535bfa24bad95faea21a1'
# github.com is the official download host per the vendor homepage
url "https://github.com/downloads/alunbestor/Boxer/boxer-#{version}.1.zip"
appcast 'http://boxerapp.com/appcast',
:sha256 => 'a10cdac61d93d372ed5cef515d7d59cf5bfeb45c276ba3e576694d0c369fa831'
name 'Boxer'
homepage 'http://boxerapp.com/'
license :gpl
depends_on :macos => '>= :leopard'
app 'Boxer.app'
end