homebrew-cask/Casks/lynx.rb

16 lines
446 B
Ruby

cask 'lynx' do
version '6.1.11.0'
sha256 '5ee0fb7612e127e13d04b06b32c163f663efc16ed7573219f819912286e9876c'
url 'https://download.saharasupport.com/lynx/production/macx/Lynx-install.dmg'
appcast 'https://downloads.saharasupport.com/lynx/production/macx/version.txt'
name 'Lynx by Clevertouch'
homepage 'https://download.saharasupport.com/'
auto_updates true
pkg 'Lynx.pkg'
uninstall pkgutil: 'uk.co.cleverproducts.lynx'
end