re-use version in texmacs

This commit is contained in:
Roland Walker 2014-09-26 08:09:15 -04:00
parent dbcc336fd3
commit dd36a3ae65
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ class Texmacs < Cask
version '1.99.1'
sha256 'b6aab5bcb263e847c97062824b8852380cab4159306b035fcca199f92d243d51'
url 'http://www.texmacs.org/Download/ftp/tmftp/macos/TeXmacs-1.99.1.dmg'
url "http://www.texmacs.org/Download/ftp/tmftp/macos/TeXmacs-#{version}.dmg"
homepage 'http://www.texmacs.org/'
app 'TeXmacs-1.99.1.app'
app "TeXmacs-#{version}.app"
end