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

14 lines
546 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tex-live-utility' do
2015-10-30 01:37:07 +08:00
version '1.23'
sha256 'a1641f61259268bc92a16ffeffd0260a6c93b6c70d095433c3b722b448cf9b6a'
2015-06-02 11:28:17 +08:00
url "https://github.com/amaxwell/tlutility/releases/download/#{version}/TeX.Live.Utility.app-#{version}.tar.gz"
appcast 'https://raw.githubusercontent.com/amaxwell/tlutility/master/appcast/tlu_appcast.xml',
2015-10-30 01:37:07 +08:00
:sha256 => '6e65fee1213ce00e4a2b29db2a24596e12390dd4edefda060f65fc1d78007e09'
2015-05-04 04:38:40 +08:00
name 'TeX Live Utility'
homepage 'https://github.com/amaxwell/tlutility'
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