diff --git a/Casks/a/archy.rb b/Casks/a/archy.rb index 0c2f670a38d49..0df3e3efbb977 100644 --- a/Casks/a/archy.rb +++ b/Casks/a/archy.rb @@ -15,6 +15,7 @@ end end + deprecate! date: "2026-07-22", because: "is now maintained in the official Genesys tap" disable! date: "2026-09-01", because: :fails_gatekeeper_check depends_on :macos @@ -25,5 +26,11 @@ caveats do requires_rosetta + <<~EOS + Archy is now maintained in the official Genesys tap: + + brew tap mypurecloud/archy + brew install --cask mypurecloud/archy/archy + EOS end end