homebrew-cask/Casks/lynx.rb

16 lines
445 B
Ruby

cask 'lynx' do
version '6.5.8.0'
sha256 'be0f056c05892400f80c4e8802242eb83f90415b2b1a5d237ddf19273aac5378'
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