From 73368ad61a32d7fd97936686a0b7461a0c7d07eb Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Sat, 21 Sep 2024 11:06:08 +0100 Subject: [PATCH 1/2] dependency-check 10.0.4 dependency-check: use default livecheck Signed-off-by: Rui Chen --- Formula/d/dependency-check.rb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Formula/d/dependency-check.rb b/Formula/d/dependency-check.rb index 1e0a226a7624e..83bf2ebde5f5c 100644 --- a/Formula/d/dependency-check.rb +++ b/Formula/d/dependency-check.rb @@ -1,14 +1,10 @@ class DependencyCheck < Formula desc "OWASP dependency-check" homepage "https://owasp.org/www-project-dependency-check/" - url "https://github.com/jeremylong/DependencyCheck/releases/download/v10.0.2/dependency-check-10.0.2-release.zip" - sha256 "c8b6089911586a4d2b1044be42ba497bce248867cdddf90875aab9b5e39aad68" + url "https://github.com/jeremylong/DependencyCheck/releases/download/v10.0.4/dependency-check-10.0.4-release.zip" + sha256 "0ea8345571b90cf418142b3a7c918d244be2d5101c99260794e8da84d5ee7f33" license "Apache-2.0" - - livecheck do - url :homepage - regex(/href=.*?dependency-check[._-]v?(\d+(?:\.\d+)+)-release\.zip/i) - end + head "https://github.com/jeremylong/DependencyCheck.git", branch: "main" bottle do rebuild 1 From 5726842d629018319c620238a685cad3869d2ab8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Sep 2024 23:30:00 +0000 Subject: [PATCH 2/2] dependency-check: update 10.0.4 bottle. --- Formula/d/dependency-check.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/d/dependency-check.rb b/Formula/d/dependency-check.rb index 83bf2ebde5f5c..da613f62c42bd 100644 --- a/Formula/d/dependency-check.rb +++ b/Formula/d/dependency-check.rb @@ -7,8 +7,7 @@ class DependencyCheck < Formula head "https://github.com/jeremylong/DependencyCheck.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "5c6b82070703cf6c0602c7a57109ca2849ea57393aa0f77acee6a834fcd63c7a" + sha256 cellar: :any_skip_relocation, all: "9a08bce361b5823407863232e41cc4adbb7628b72dba661de13134d632b41a8a" end depends_on "openjdk"