From f813ea83174bd062e20526657e2b8f340b4e76a3 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Thu, 7 Mar 2024 23:38:07 +0100 Subject: [PATCH 1/2] ntfy 2.9.0 --- Formula/n/ntfy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/ntfy.rb b/Formula/n/ntfy.rb index 099b611ed0798..a0ab60679f483 100644 --- a/Formula/n/ntfy.rb +++ b/Formula/n/ntfy.rb @@ -2,8 +2,8 @@ class Ntfy < Formula desc "Send push notifications to your phone or desktop via PUT/POST" homepage "https://ntfy.sh/" url "https://github.com/binwiederhier/ntfy.git", - tag: "v2.8.0", - revision: "aaa4976c7d10d54b0484d541816b465997e5521e" + tag: "v2.9.0", + revision: "8c69234e285fdc5cae6772bde1f52bbbc2283c7d" license any_of: ["Apache-2.0", "GPL-2.0-only"] head "https://github.com/binwiederhier/ntfy.git", branch: "main" From 8b24be7646486443bd99e286576c180663564e99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Mar 2024 23:08:21 +0000 Subject: [PATCH 2/2] ntfy: update 2.9.0 bottle. --- Formula/n/ntfy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/ntfy.rb b/Formula/n/ntfy.rb index a0ab60679f483..430ff108fda5a 100644 --- a/Formula/n/ntfy.rb +++ b/Formula/n/ntfy.rb @@ -8,13 +8,13 @@ class Ntfy < Formula head "https://github.com/binwiederhier/ntfy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d3313080b3f69cbf3e4342ca70e317402fe3f9c51bc796917615604ecff79d2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4d3313080b3f69cbf3e4342ca70e317402fe3f9c51bc796917615604ecff79d2" - sha256 cellar: :any_skip_relocation, arm64_monterey: "4d3313080b3f69cbf3e4342ca70e317402fe3f9c51bc796917615604ecff79d2" - sha256 cellar: :any_skip_relocation, sonoma: "7dce9a30984c0f91b4673dacfcdd479275e4e0c4f93997d6ab2993bbb1dce6fd" - sha256 cellar: :any_skip_relocation, ventura: "7dce9a30984c0f91b4673dacfcdd479275e4e0c4f93997d6ab2993bbb1dce6fd" - sha256 cellar: :any_skip_relocation, monterey: "7dce9a30984c0f91b4673dacfcdd479275e4e0c4f93997d6ab2993bbb1dce6fd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ffe5491e47e50debe535844d72d0762199820e4ec68d03af910606ff558d7e21" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3612cd87c86688275f7a51a68319077025f2edfb5677a86f3b622549601c1736" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3612cd87c86688275f7a51a68319077025f2edfb5677a86f3b622549601c1736" + sha256 cellar: :any_skip_relocation, arm64_monterey: "3612cd87c86688275f7a51a68319077025f2edfb5677a86f3b622549601c1736" + sha256 cellar: :any_skip_relocation, sonoma: "98f188372f98f64725bbdddcfbce05d658f420d2f6962c813cc1b287d7be6150" + sha256 cellar: :any_skip_relocation, ventura: "98f188372f98f64725bbdddcfbce05d658f420d2f6962c813cc1b287d7be6150" + sha256 cellar: :any_skip_relocation, monterey: "98f188372f98f64725bbdddcfbce05d658f420d2f6962c813cc1b287d7be6150" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ced9643335de20a9c8217eae8e18ca809849bdb4d920235a0a875438addefcb" end depends_on "go" => :build