You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
565 B
18 lines
565 B
cask 'xmlmind-editor352' do
|
|
version '3.5.2'
|
|
sha256 '94465404d8ebd0e4487231e0d55ba2e0431c6108e5cd81ad7bf0618d75fc3c6d'
|
|
|
|
url "http://www.xmlmind.com/archive/xmleditor/#{version}/xxe-std-#{version.gsub('.','_')}.dmg"
|
|
name 'XMLMind XML Editor'
|
|
homepage 'http://www.xmlmind.com/xmleditor/'
|
|
license :commercial
|
|
|
|
app "xxe-std-#{version.gsub('.','_')}/XMLEditor.app"
|
|
|
|
caveats <<-EOS.undent
|
|
#{token} may require Java 6 (an older version), available from the
|
|
caskroom-versions repository via
|
|
|
|
brew cask install caskroom/versions/java6
|
|
EOS
|
|
end
|
|
|