homebrew-cask/Casks/boxer.rb

17 lines
549 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'boxer' do
2016-02-19 13:39:40 +08:00
version '1.4.0'
sha256 'a75f9149612f90fa78f1016a6edef34ed600334f7170d624b083a310ae4c904e'
2016-02-19 13:39:40 +08:00
# github.com/alunbestor/Boxer was verified as official when first introduced to the cask
url "https://github.com/alunbestor/Boxer/releases/download/v#{version}/boxer-#{version}.zip"
2015-07-09 00:10:48 +08:00
appcast 'http://boxerapp.com/appcast',
2016-02-19 13:39:40 +08:00
checkpoint: 'a8d19705429ced354ead57abc45060f504368fd7def6038fb2f54e77a8a22c21'
2015-01-12 02:18:59 +08:00
name 'Boxer'
2013-06-30 01:34:15 +08:00
homepage 'http://boxerapp.com/'
license :gpl
depends_on macos: '>= :leopard'
2015-07-09 00:10:48 +08:00
2014-09-16 00:05:20 +08:00
app 'Boxer.app'
2013-06-30 01:34:15 +08:00
end