homebrew-cask/Casks/lynx.rb

16 lines
442 B
Ruby

cask 'lynx' do
version '6.1.4'
sha256 '23e5146676323fa0d882525f3371d39c78134e271974c4947839e8bd44b5b65c'
url 'https://download.saharasupport.com/lynx/production/macx/Lynx-install.dmg'
appcast 'http://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