mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
270 B
Ruby
7 lines
270 B
Ruby
class Visualvm < Cask
|
|
url 'https://java.net/projects/visualvm/downloads/download/release137/VisualVM_137.dmg'
|
|
homepage 'http://visualvm.java.net'
|
|
version '1.3.7'
|
|
sha256 '16d95033659703b03ad0fc98e0787d13c6814cdfd065be91024fd3b5a1c27e3b'
|
|
link 'VisualVM.app'
|
|
end
|