homebrew-cask/Casks/hosts.rb

16 lines
645 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hosts' do
version '1.3'
sha256 '70a73c0fb9f8d9f60f2bc24e549ae2bb6fefa27f59e81d3edf64daccfd6d0ab0'
2016-03-12 22:56:42 +08:00
# github.com/downloads/specialunderwear/Hosts.prefpane was verified as official when first introduced to the cask
url "https://github.com/downloads/specialunderwear/Hosts.prefpane/Hosts-#{version}.pkg"
2016-03-12 22:56:42 +08:00
appcast 'https://github.com/specialunderwear/Hosts.prefpane/releases.atom',
checkpoint: '616c636afe819d024b6a6247f229d028356f1f9fc3e06b31207350d848f418b9'
2015-04-06 17:12:30 +08:00
name 'Hosts'
homepage 'http://permanentmarkers.nl/software.html'
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