re-use version in iloc

This commit is contained in:
Roland Walker 2014-09-26 08:08:58 -04:00
parent 876eee1063
commit c8a936b528
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ class Iloc < Cask
version '0.3'
sha256 '3c9909b73ba4a17aef20cdc7efea2333d94f23fca2c87bc6c402bc4f17ce9ef3'
url 'http://derailer.org/iloc/iloc-0.3.tgz'
url "http://derailer.org/iloc/iloc-#{version}.tgz"
homepage 'http://derailer.org/iloc'
binary 'iloc-0.3/iloc'
binary "iloc-#{version}/iloc"
end