From 0368b2c3d459fec06527ea33f10cfad6ab10a3a2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 12 Sep 2024 17:48:40 -0400 Subject: [PATCH] titan-server: disable Signed-off-by: Rui Chen titan-server: update eol Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> --- Formula/t/titan-server.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Formula/t/titan-server.rb b/Formula/t/titan-server.rb index eb2f26640ad4..12452e382ac5 100644 --- a/Formula/t/titan-server.rb +++ b/Formula/t/titan-server.rb @@ -6,11 +6,6 @@ class TitanServer < Formula sha256 "67538e231db5be75821b40dd026bafd0cd7451cdd7e225a2dc31e124471bb8ef" license "Apache-2.0" - livecheck do - url "https://github.com/thinkaurelius/titan.git" - regex(/^v?(\d+(?:\.\d+)+)$/i) - end - bottle do rebuild 1 sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad979abf4355375d61b23ec670d548680090f6d8ce4616c00f6c039fa99a1838" @@ -26,6 +21,12 @@ class TitanServer < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "c6d98726b834d82fe0adb786919652c5f0e0974ff3cb03969b2c69042cd4998c" end + # upstream is not responsive on the issues and no commits since 2015 dec + # community has forked the project to janusgraph + # https://github.com/thinkaurelius/titan/issues/1393 + # https://github.com/thinkaurelius/titan/issues/1392 + disable! date: "2025-01-01", because: :unmaintained + on_linux do depends_on "openjdk" end