From f14e93f215cfa6ac610cd10345ff5bec27469f0d Mon Sep 17 00:00:00 2001 From: Nanda H Krishna Date: Sat, 4 Feb 2023 21:11:33 -0500 Subject: [PATCH] soplex: add livecheck --- Formula/soplex.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/soplex.rb b/Formula/soplex.rb index 38f06efee91..9d53da6dc2e 100644 --- a/Formula/soplex.rb +++ b/Formula/soplex.rb @@ -5,6 +5,11 @@ class Soplex < Formula sha256 "357db78d18d9f1b81a4fe65cf0182475d2a527a6ad9030ac2f5ef7c077d6764c" license "Apache-2.0" + livecheck do + url "https://soplex.zib.de/soplexdata.js" + regex(/["']name["']:\s*?["']soplex[._-]v?(\d+(?:\.\d+)+)\.t/i) + end + bottle do sha256 cellar: :any, arm64_ventura: "fe7cab6cf7d72f3600615567c5d35928f64100a894aec88c036a1b74ae8ebaef" sha256 cellar: :any, arm64_monterey: "871d364891d796e3a9a6d6c9892f6f5eaf78ee931eb9150aa8ccdd11dfa84f3a"