re-use version in capsee

This commit is contained in:
Roland Walker 2014-10-22 10:35:41 -04:00
parent 61c81952fd
commit 58d6db58b8
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ class Capsee < Cask
version '1.2'
sha256 'e78cdfe435cca259e0111a2b2131ad3be7d5ba6160cf69c8e7cbcc033eac2fc4'
url 'http://www.threemagination.com/CapSee12.zip'
url "http://www.threemagination.com/CapSee#{version.gsub('.','')}.zip"
homepage 'http://www.threemagination.com/capsee/'
license :unknown
container :nested => 'CapSee12.dmg'
container :nested => "CapSee#{version.gsub('.','')}.dmg"
app 'CapSee.app'
end