mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
335 B
Ruby
11 lines
335 B
Ruby
cask :v1 => 'virtualhostx' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://clickontyler.com/virtualhostx/download/v6/'
|
|
appcast 'http://shine.clickontyler.com/appcast.php?id=30'
|
|
homepage 'http://clickontyler.com/virtualhostx/'
|
|
license :unknown # todo: improve this machine-generated value
|
|
|
|
app 'VirtualHostX.app'
|
|
end
|