mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
251 B
Ruby
7 lines
251 B
Ruby
class Xmind < Cask
|
|
url 'http://dl2.xmind.net/xmind-downloads/xmind-macosx-3.4.1.201401221918.dmg'
|
|
homepage 'http://www.xmind.net'
|
|
version '3.4.1'
|
|
sha256 '0a1b9f833c117ced046a7ccee854cf4efcc9d489c12a126cb269b7dbefcd309a'
|
|
link 'XMind.app'
|
|
end
|