From befe04d481022c33130b7ab2df87c0baf5b48750 Mon Sep 17 00:00:00 2001 From: Claudia Date: Fri, 8 Sep 2017 16:01:18 +0200 Subject: [PATCH] Update 1password-cli: add gpg stanza MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even though we’re not quite there yet regarding GPG support (cf. issue #5971 and PR https://github.com/Homebrew/brew/pull/1335), I’d still prefer for new casks to have `gpg` stanzas where detached signatures are available (cf. PR #6185). For details on the authenticity of the public key, see: - https://support.1password.com/command-line-getting-started/#set-up-the-command-line-tool - https://keybase.io/1password --- Casks/1password-cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Casks/1password-cli.rb b/Casks/1password-cli.rb index d46a591af1187..84242d64cd8d5 100644 --- a/Casks/1password-cli.rb +++ b/Casks/1password-cli.rb @@ -8,6 +8,7 @@ checkpoint: 'a0c73938742c33399b0d408dac38e5aaa23a56e8a76ba0603876398f7cc38ccb' name '1Password CLI' homepage 'https://support.1password.com/command-line/' + gpg 'op.sig', key_url: 'https://keybase.io/1password/pgp_keys.asc' binary 'op'