diff --git a/Casks/tex-live-utility.rb b/Casks/tex-live-utility.rb index 47afcce322d..bb06b6b9d48 100644 --- a/Casks/tex-live-utility.rb +++ b/Casks/tex-live-utility.rb @@ -1,8 +1,10 @@ class TexLiveUtility < Cask + version '1.17' + sha256 '9a913cbf0e158258c513fc0905f65632b36d372d1b4b9afe6b6f08dd005ff232' + url 'https://mactlmgr.googlecode.com/files/TeX%20Live%20Utility.app-1.17.tar.gz' appcast 'http://mactlmgr.googlecode.com/svn/trunk/appcast/tlu_appcast.xml' homepage 'https://code.google.com/p/mactlmgr/' - version '1.17' - sha256 '9a913cbf0e158258c513fc0905f65632b36d372d1b4b9afe6b6f08dd005ff232' + link 'TeX Live Utility.app' end