cocoapods: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:21:15 +01:00
parent 262c1e1829
commit 91c7a00143
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "cocoapods" do
version "1.5.2" version "1.5.2"
sha256 "03aa37afb129d6ae515d3b9ee7a81c30ba91050131e2dfbb3683bdd2f05ac67a" sha256 "03aa37afb129d6ae515d3b9ee7a81c30ba91050131e2dfbb3683bdd2f05ac67a"
# github.com/CocoaPods/CocoaPods-app/ was verified as official when first introduced to the cask url "https://github.com/CocoaPods/CocoaPods-app/releases/download/#{version}/CocoaPods.app-#{version}.tar.bz2",
url "https://github.com/CocoaPods/CocoaPods-app/releases/download/#{version}/CocoaPods.app-#{version}.tar.bz2" verified: "github.com/CocoaPods/CocoaPods-app/"
appcast "https://app.cocoapods.org/sparkle" appcast "https://app.cocoapods.org/sparkle"
name "CocoaPods.app" name "CocoaPods.app"
desc "Dependency manager for Cocoa projects" desc "Dependency manager for Cocoa projects"