From 1c1d267ee570251842807e2de675966814f25036 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 13 Feb 2024 07:37:50 +0100 Subject: [PATCH] cherrybomb: deprecate ``` ==> /opt/homebrew/Cellar/cherrybomb/1.0.1/bin/cherrybomb --file=/private/tmp/cherrybomb-test-20240213-539-a3afav/api-with-examples.yaml --format json Error: error sending request for url (https://cherrybomb.blstsecurity.com/tel): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known Caused by: 0: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known 1: dns error: failed to lookup address information: nodename nor servname provided, or not known 2: failed to lookup address information: nodename nor servname provided, or not known ``` Signed-off-by: Rui Chen --- Formula/c/cherrybomb.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/c/cherrybomb.rb b/Formula/c/cherrybomb.rb index 16082bd64cca9..ea77faa5bf5c0 100644 --- a/Formula/c/cherrybomb.rb +++ b/Formula/c/cherrybomb.rb @@ -16,6 +16,9 @@ class Cherrybomb < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "c267814c22eb06a91e7029572694a158b1de67d986e76ebd36973b42f4e840a1" end + # https://github.com/blst-security/cherrybomb/issues/156 + deprecate! date: "2024-02-13", because: "service is no longer available" + depends_on "rust" => :build def install