Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

XMLMind Editor 3.5.2 #696

Merged
merged 1 commit into from
Jan 22, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Casks/xmlmind-editor352.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
cask :v1 => '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