mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
14 lines
342 B
Ruby
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
|