Files
homebrew-cask/Casks/v/virtualhostx.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

26 lines
756 B
Ruby

cask "virtualhostx" do
version "2021.01.10,1017"
sha256 "3d86e05f0e4072d1180d06b9126e12c7943ffc6bdce9b754e6a1d417eb18fc0a"
url "https://download.clickontyler.com/virtualhostx/virtualhostxpro_#{version.csv.second}.zip"
name "VirtualHostX"
desc "Local server environment"
homepage "https://clickontyler.com/virtualhostx/"
livecheck do
url "https://shine.clickontyler.com/appcast.php?id=45"
strategy :sparkle
end
depends_on macos: ">= :sierra"
app "VirtualHostX.app"
zap trash: [
"~/Library/Application Support/com.clickontyler.VirtualHostX",
"~/Library/Application Support/VirtualHostX",
"~/Library/Caches/com.clickontyler.VirtualHostX",
"~/Library/Preferences/com.clickontyler.VirtualHostX.plist",
]
end