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

15 lines
553 B
Ruby

cask 'tex-live-utility' do
version '1.30'
sha256 '212ab760f9fe5262a919200b408a91592228f71fd3b41dc0087b17dd16ceae29'
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',
checkpoint: 'f72413da7375733f1b78981163da5aa7dc0b69d151d80ab649d1af29775fa242'
name 'TeX Live Utility'
homepage 'https://github.com/amaxwell/tlutility'
auto_updates true
app 'TeX Live Utility.app'
end