droplr.rb: add version to url

This commit is contained in:
Victor Popkov 2015-07-01 04:16:38 +03:00 committed by Vítor Galvão
parent 0031a1a9e0
commit 406c02bb5c
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
cask :v1 => 'droplr' do
version '4.2.2'
version '4.2.2-41'
sha256 'aafe5a9d6b3e9318a406d9283cb25d56ac1ed72d3d318361ba85f8e4d8aba8bf'
# amazonaws.com is the official download host per the vendor homepage
url 'http://files.droplr.com.s3.amazonaws.com/apps/mac/Droplr+41.zip'
url "http://files.droplr.com.s3.amazonaws.com/apps/mac/Droplr+#{version.sub(%r{.*-},'')}.zip"
appcast 'https://droplr.com/appcast/appcast.xml',
:sha256 => 'a9de5e093038bb95e9334c21a6e4f9e91148535b559756a2824790522df278f8'
name 'Droplr'