From d4dad7a67c578627a7fb3917e55cb97c9b0cb0e3 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Fri, 1 Nov 2024 18:14:50 -0400 Subject: [PATCH 1/2] llvm@15: skip livecheck --- Formula/l/llvm@15.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/l/llvm@15.rb b/Formula/l/llvm@15.rb index 0e079a746050..bdc3bdcbd1c3 100644 --- a/Formula/l/llvm@15.rb +++ b/Formula/l/llvm@15.rb @@ -7,8 +7,7 @@ class LlvmAT15 < Formula license "Apache-2.0" => { with: "LLVM-exception" } livecheck do - url :stable - regex(/^llvmorg[._-]v?(15(?:\.\d+)+)$/i) + skip "No longer developed or maintained" end bottle do From c39a745bc7721545e166a19538df25d2fb9f0e38 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sat, 2 Nov 2024 10:59:20 -0400 Subject: [PATCH 2/2] llvm@14: skip livecheck --- Formula/l/llvm@14.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/l/llvm@14.rb b/Formula/l/llvm@14.rb index 603b7d5fdda3..2d5224e5c448 100644 --- a/Formula/l/llvm@14.rb +++ b/Formula/l/llvm@14.rb @@ -7,8 +7,7 @@ class LlvmAT14 < Formula license "Apache-2.0" => { with: "LLVM-exception" } livecheck do - url :stable - regex(/^llvmorg[._-]v?(14(?:\.\d+)+)$/i) + skip "No longer developed or maintained" end bottle do