re-use version in waterroof

This commit is contained in:
Roland Walker 2014-09-26 08:09:18 -04:00
parent 8b97b31520
commit 3b1fa3dae9
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ class Waterroof < Cask
version '3.8'
sha256 '30c5794bab61ad30a019b0f1a2cf798dcc6f3bc83a867fde1b3a4f71019c48ee'
url 'http://www.hanynet.com/waterroof-3.8.zip'
url "http://www.hanynet.com/waterroof-#{version}.zip"
homepage 'http://www.hanynet.com/waterroof/index.html'
nested_container 'WaterRoof 3.8.dmg'
nested_container "WaterRoof #{version}.dmg"
app 'WaterRoof.app'
end