From 826edcf5e273209865f5ab8c5b325223bb6292ea Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:00:15 -0500 Subject: [PATCH 1/2] pivy 0.11.2 --- Casks/p/pivy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/p/pivy.rb b/Casks/p/pivy.rb index a30e705a55..2f461cba49 100644 --- a/Casks/p/pivy.rb +++ b/Casks/p/pivy.rb @@ -1,6 +1,6 @@ cask "pivy" do - version "0.11.1" - sha256 "df5857714b0a5a5710a6a36c7197b3c3c453de846b92a21ba81d569f35670549" + version "0.11.2" + sha256 "a8249869cc6a922eabe80ac64e5895b503a4f2d23007b21497aa0aca11e2b20c" url "https://github.com/joyent/pivy/releases/download/v#{version}/pivy-#{version}-macos12.pkg" name "pivy" From ccfc3cfca1ccb1cc196ff9a1f0699015ad32afca Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:20:46 -0500 Subject: [PATCH 2/2] pivy: mark no zap required --- Casks/p/pivy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Casks/p/pivy.rb b/Casks/p/pivy.rb index 2f461cba49..e60396b3c8 100644 --- a/Casks/p/pivy.rb +++ b/Casks/p/pivy.rb @@ -13,5 +13,7 @@ cask "pivy" do launchctl: "net.cooperi.pivy-agent", quit: "net.cooperi.pivy-agent" + # No zap stanza required + caveats "The installer will prompt you to insert a YubiKey or other PIV token via a dialog box." end