homebrew-cask/Casks/hosts.rb

12 lines
367 B
Ruby
Raw Normal View History

class Hosts < Cask
version '1.3'
sha256 '70a73c0fb9f8d9f60f2bc24e549ae2bb6fefa27f59e81d3edf64daccfd6d0ab0'
url "https://github.com/downloads/specialunderwear/Hosts.prefpane/Hosts-#{version}.pkg"
homepage 'http://permanentmarkers.nl/software.html'
2014-10-01 23:33:03 +08:00
license :oss
2014-09-10 23:37:02 +08:00
pkg "Hosts-#{version}.pkg"
uninstall :pkgutil => 'nl.permanentmarkers.hosts.Hosts.pkg'
end