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

14 lines
553 B
Ruby

cask :v1 => 'tex-live-utility' do
version '1.21'
sha256 '51fb396fa1bcb73af575c653415d16f422d842a6f8029f75c85ce1a6e0f92cf0'
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',
:sha256 => '9ca9e537751be33f6757984dd7d1d28a84d680bddb53c37fc7942adcd72b0eca'
name 'TeX Live Utility'
homepage 'https://github.com/amaxwell/tlutility'
license :oss
app 'TeX Live Utility.app'
end