changes.rb: use versioned url

This commit is contained in:
Victor Popkov 2015-07-12 13:45:34 +03:00
parent 5d7bfca9ab
commit 8ae03ef598
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
cask :v1 => 'changes' do
version :latest
sha256 :no_check
version '1.7.2'
sha256 '2b0d0256284283b21ee5ef8175c5a70c8873215c416f3edfb6c698672abf486d'
# amazonaws.com is the official download host per the vendor homepage
url 'https://bitbq_changes.s3.amazonaws.com/changes.zip'
url "https://bitbq_changes.s3.amazonaws.com/changes-#{version}.zip"
appcast 'https://bitbq_changes.s3.amazonaws.com/changes-production.xml'
name 'Changes'
homepage 'http://martiancraft.com/products/changes.html'