From 89ddb338675f936dc150565668731587dc08b7ce Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 22 Sep 2023 16:27:32 -0400 Subject: [PATCH 1/2] antidote 1.9.2 --- Formula/a/antidote.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/antidote.rb b/Formula/a/antidote.rb index 370e5372635d..733dbfd1e65e 100644 --- a/Formula/a/antidote.rb +++ b/Formula/a/antidote.rb @@ -1,8 +1,8 @@ class Antidote < Formula desc "Plugin manager for zsh, inspired by antigen and antibody" homepage "https://getantidote.github.io/" - url "https://github.com/mattmc3/antidote/archive/refs/tags/v1.9.1.tar.gz" - sha256 "aff041906ce6ca59560f4e69eb135f992fb46f6058f29a97890d05f429539e6a" + url "https://github.com/mattmc3/antidote/archive/refs/tags/v1.9.2.tar.gz" + sha256 "f6e523fae4b0b177d74dfd7a46fc1589ea1f53e33cc45746a199c5d75a9cfa7c" license "MIT" bottle do From 6389c57d3da9e46cf1b7cb2b42cb4372d1a92f38 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:47:13 +0000 Subject: [PATCH 2/2] antidote: update 1.9.2 bottle. --- Formula/a/antidote.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/antidote.rb b/Formula/a/antidote.rb index 733dbfd1e65e..082338174a02 100644 --- a/Formula/a/antidote.rb +++ b/Formula/a/antidote.rb @@ -6,7 +6,7 @@ class Antidote < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "cb7190e012148bb3e5a1ac9db2d22399e03b8a668bfc32ecbf2b163b6c694a33" + sha256 cellar: :any_skip_relocation, all: "88b6b02482553fbeb6a30e29da0845a14cf494c8c54f8ff0e8ca5de0420dfbe1" end uses_from_macos "zsh"