ndm: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:22:27 +01:00
parent 1d15132859
commit 8bd3bc534d
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "ndm" do
version "1.2.0" version "1.2.0"
sha256 "7feea9270a35f5c3675abec49c6c38e83796f2a9c81040a190932d069e68a921" sha256 "7feea9270a35f5c3675abec49c6c38e83796f2a9c81040a190932d069e68a921"
# github.com/720kb/ndm/ was verified as official when first introduced to the cask url "https://github.com/720kb/ndm/releases/download/v#{version}/ndm-#{version}.dmg",
url "https://github.com/720kb/ndm/releases/download/v#{version}/ndm-#{version}.dmg" verified: "github.com/720kb/ndm/"
appcast "https://github.com/720kb/ndm/releases.atom" appcast "https://github.com/720kb/ndm/releases.atom"
name "ndm" name "ndm"
desc "Desktop manager for the Node.js Package Manager (NPM)" desc "Desktop manager for the Node.js Package Manager (NPM)"