From 15f20a2e2a8990180bfb6c9422667716384c1e7b Mon Sep 17 00:00:00 2001 From: Porkepix Date: Sun, 28 May 2023 03:25:40 +0200 Subject: [PATCH 1/2] notify 1.0.5 --- Formula/notify.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/notify.rb b/Formula/notify.rb index f5d4a5fcbd3a8..a6ef095ae6b30 100644 --- a/Formula/notify.rb +++ b/Formula/notify.rb @@ -1,8 +1,8 @@ class Notify < Formula desc "Stream the output of any CLI and publish it to a variety of supported platforms" homepage "https://github.com/projectdiscovery/notify" - url "https://github.com/projectdiscovery/notify/archive/refs/tags/v1.0.4.tar.gz" - sha256 "9fa8428b4e88da754c265b50a4ea61ee534857ad722c6d6c562362bb238ba1ed" + url "https://github.com/projectdiscovery/notify/archive/refs/tags/v1.0.5.tar.gz" + sha256 "15824bee28cb9f3e74aa34559619fdceb865182fe12961d6c5cfc26db642b38c" license "MIT" head "https://github.com/projectdiscovery/notify.git", branch: "master" From b6a8db3e176b09188ef031164f39b161cd7565fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 28 May 2023 02:18:46 +0000 Subject: [PATCH 2/2] notify: update 1.0.5 bottle. --- Formula/notify.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/notify.rb b/Formula/notify.rb index a6ef095ae6b30..bba421d1aae7a 100644 --- a/Formula/notify.rb +++ b/Formula/notify.rb @@ -7,13 +7,13 @@ class Notify < Formula head "https://github.com/projectdiscovery/notify.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "02b142fb57ed54d71f187613c85ad84cbf1f10469135ef22fdbf4b180f3dd50d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "02b142fb57ed54d71f187613c85ad84cbf1f10469135ef22fdbf4b180f3dd50d" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "02b142fb57ed54d71f187613c85ad84cbf1f10469135ef22fdbf4b180f3dd50d" - sha256 cellar: :any_skip_relocation, ventura: "31938d58bcffd12a2ce69e0c4b81664c18d82101e58c4d455f773046315b12e3" - sha256 cellar: :any_skip_relocation, monterey: "31938d58bcffd12a2ce69e0c4b81664c18d82101e58c4d455f773046315b12e3" - sha256 cellar: :any_skip_relocation, big_sur: "31938d58bcffd12a2ce69e0c4b81664c18d82101e58c4d455f773046315b12e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0298dea5d5b239adafda958b128ec7f78f4cd23d56c41b4dad2082f1f5a7b226" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a98b613b397408f9064059db3cb9d395d00c34f60e5b47195f2a3d3442be76f0" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a98b613b397408f9064059db3cb9d395d00c34f60e5b47195f2a3d3442be76f0" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "a98b613b397408f9064059db3cb9d395d00c34f60e5b47195f2a3d3442be76f0" + sha256 cellar: :any_skip_relocation, ventura: "4ab287f6289bd0e830b3e599c7b886d6399c95639712edf5e6e972b37cf8cdb8" + sha256 cellar: :any_skip_relocation, monterey: "4ab287f6289bd0e830b3e599c7b886d6399c95639712edf5e6e972b37cf8cdb8" + sha256 cellar: :any_skip_relocation, big_sur: "4ab287f6289bd0e830b3e599c7b886d6399c95639712edf5e6e972b37cf8cdb8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "62de427da765f4b2b26e38f055a5adf2fdf2c01410e7c2115786618b4cc7c6ec" end depends_on "go" => :build