visualvm: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:23:10 +01:00
parent f624fc01c2
commit 3cf0959b11
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "visualvm" do
version "2.0.5"
sha256 "5173ad57f63addbac2469b694a85dd3917c6a2313dee683b02e968a1bfc11145"
# github.com/oracle/visualvm/ was verified as official when first introduced to the cask
url "https://github.com/oracle/visualvm/releases/download/#{version}/VisualVM_#{version.no_dots}.dmg"
url "https://github.com/oracle/visualvm/releases/download/#{version}/VisualVM_#{version.no_dots}.dmg",
verified: "github.com/oracle/visualvm/"
appcast "https://github.com/oracle/visualvm/releases.atom"
name "VisualVM"
homepage "https://visualvm.github.io/"