From 90a75119ca79227a754ff2f03d50e5b28396a8fe Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 19 Mar 2018 14:35:49 +0700 Subject: [PATCH] e.g. url "https://get.filebot.net/filebot/latest/FileBot_#{version}-darwin.tar.xz.gpg" gpg :embedded, key_url: 'https://raw.githubusercontent.com/filebot/plugins/master/gpg/maintainer.pub' --- Library/Homebrew/cask/lib/hbc/verify/gpg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/lib/hbc/verify/gpg.rb b/Library/Homebrew/cask/lib/hbc/verify/gpg.rb index f4996a5b5e..16798d7fa1 100644 --- a/Library/Homebrew/cask/lib/hbc/verify/gpg.rb +++ b/Library/Homebrew/cask/lib/hbc/verify/gpg.rb @@ -49,7 +49,7 @@ module Hbc end def verify - return unless available? + return unless available? && cask.gpg.signature != :embedded import_key sig = fetch_sig