boxer.rb: switch to versioned url

This commit is contained in:
scribblemaniac 2015-07-08 10:10:48 -06:00 committed by Vítor Galvão
parent 83814a84a7
commit befaa51b95
1 changed files with 9 additions and 4 deletions

View File

@ -1,12 +1,17 @@
cask :v1 => 'boxer' do
version :latest
sha256 :no_check
version '1.3.2-20120713'
sha256 'e96bd463d185d7d6a6f670b3d498ffa61c6f4ae226a535bfa24bad95faea21a1'
url 'http://boxerapp.com/download/latest'
appcast 'http://boxerapp.com/appcast'
# 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 => '5b23ad7be23ab871d316e44f2fbb3732e7872d10d4f874db714db4be5855a56b',
:format => :sparkle
name 'Boxer'
homepage 'http://boxerapp.com/'
license :gpl
depends_on :macos => '>= :leopard'
app 'Boxer.app'
end