homebrew-cask/Casks/tg-pro.rb

14 lines
496 B
Ruby

cask 'tg-pro' do
version '2.9.5'
sha256 '6f8cb96bf91ee3a69a5f91c47232427826e5516355d45656c4be9118d5c5b78a'
url "https://www.tunabellysoftware.com/resources/TGPro_#{version.dots_to_underscores}.zip"
appcast 'https://www.tunabellysoftware.com/resources/sparkle/tgpro/profileInfo.php',
:sha256 => 'd762e608760132bf8da8e269488d231a7f582e536dfca65752f4d82e46c0beab'
name 'TG Pro'
homepage 'https://www.tunabellysoftware.com/tgpro/'
license :commercial
app 'TG Pro.app'
end