Files
homebrew-cask/Casks/h/hostsx.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

14 lines
342 B
Ruby

cask "hostsx" do
version "2.8.2"
sha256 "316566cebda222aa93ad1469a386375387a911c4f696a150034df627a358fec5"
url "https://github.com/ZzzM/HostsX/releases/download/#{version}/HostsX.dmg"
name "HostsX"
desc "Local hosts update tool"
homepage "https://github.com/ZzzM/HostsX"
depends_on macos: ">= :sierra"
app "HostsX.app"
end