homebrew-cask/Casks/hosts.rb

15 lines
456 B
Ruby
Raw Normal View History

2014-11-14 01:26:02 +08:00
cask :v1 => 'hosts' do
version '1.3'
sha256 '70a73c0fb9f8d9f60f2bc24e549ae2bb6fefa27f59e81d3edf64daccfd6d0ab0'
2015-01-18 04:03:47 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/downloads/specialunderwear/Hosts.prefpane/Hosts-#{version}.pkg"
2015-04-06 17:12:30 +08:00
name 'Hosts'
homepage 'http://permanentmarkers.nl/software.html'
license :gpl
2014-09-10 23:37:02 +08:00
pkg "Hosts-#{version}.pkg"
2014-11-22 22:12:40 +08:00
uninstall :pkgutil => 'nl.permanentmarkers.hosts.Hosts.pkg'
end