Skip to content

Commit

Permalink
dependency-check 10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Sep 21, 2024
1 parent 75b0342 commit 159b090
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Formula/d/dependency-check.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
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"
head "https://github.com/jeremylong/DependencyCheck.git", branch: "main"

livecheck do
url :homepage
regex(/href=.*?dependency-check[._-]v?(\d+(?:\.\d+)+)-release\.zip/i)
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

bottle do
Expand Down

0 comments on commit 159b090

Please sign in to comment.