homebrew-cask/Casks/tex-live-utility.rb

12 lines
386 B
Ruby
Raw Normal View History

2014-03-18 04:42:44 +08:00
class TexLiveUtility < Cask
version '1.17'
sha256 '9a913cbf0e158258c513fc0905f65632b36d372d1b4b9afe6b6f08dd005ff232'
2014-09-26 20:09:14 +08:00
url "https://mactlmgr.googlecode.com/files/TeX%20Live%20Utility.app-#{version}.tar.gz"
appcast 'http://mactlmgr.googlecode.com/svn/trunk/appcast/tlu_appcast.xml'
2014-03-18 04:42:44 +08:00
homepage 'https://code.google.com/p/mactlmgr/'
2014-10-01 23:34:04 +08:00
license :oss
2014-09-16 00:06:27 +08:00
app 'TeX Live Utility.app'
2014-03-18 04:42:44 +08:00
end