openbazaar: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:22:31 +01:00
parent b388b384f4
commit aacf50ccae
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "openbazaar" do
version "2.4.9"
sha256 "ecd5a1bfda868db89c7ec403a2506441a359f762bafd11846fad39c68bf3fb5b"
# github.com/OpenBazaar/openbazaar-desktop/ was verified as official when first introduced to the cask
url "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v#{version}/OpenBazaar#{version.major}-#{version}.dmg"
url "https://github.com/OpenBazaar/openbazaar-desktop/releases/download/v#{version}/OpenBazaar#{version.major}-#{version}.dmg",
verified: "github.com/OpenBazaar/openbazaar-desktop/"
appcast "https://github.com/OpenBazaar/openbazaar-desktop/releases.atom"
name "OpenBazaar#{version.major}"
homepage "https://www.openbazaar.org/"