re-use version in dogecoin

This commit is contained in:
Roland Walker 2014-09-26 08:08:52 -04:00
parent e889d86a25
commit 1fa5da5ea6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ class Dogecoin < Cask
version '1.8.0'
sha256 '905ae1eba55294dfd32b6e3ffb357010d04b564455434d918c863fe55c2be968'
url 'https://github.com/dogecoin/dogecoin/releases/download/v1.8.0/dogecoin-1.8.0-mac.zip'
url "https://github.com/dogecoin/dogecoin/releases/download/v#{version}/dogecoin-#{version}-mac.zip"
homepage 'http://dogecoin.com/'
app 'Dogecoin-Qt.app'