xamarin-workbooks: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:23:14 +01:00
parent a2e3092045
commit eaeab47b48
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "xamarin-workbooks" do
version "1.5.0"
sha256 "1fb3cebb67d0fc68f56a38485ea7ea015f7b294893455c458dc39a2b63d1d6dd"
# github.com/Microsoft/workbooks/ was verified as official when first introduced to the cask
url "https://github.com/Microsoft/workbooks/releases/download/v#{version}/XamarinInteractive-#{version}.pkg"
url "https://github.com/Microsoft/workbooks/releases/download/v#{version}/XamarinInteractive-#{version}.pkg",
verified: "github.com/Microsoft/workbooks/"
appcast "https://docs.microsoft.com/en-us/xamarin/tools/inspector/release-notes/",
must_contain: version.chomp(".0")
name "Xamarin Workbooks"