Update maltego.rb

This commit is contained in:
Bevan Kay
2023-08-10 21:38:22 +10:00
committed by GitHub
parent 596e30e5be
commit 5a14ecc03f
+2 -2
View File
@@ -2,13 +2,13 @@ cask "maltego" do
version "4.5.0"
sha256 "d2ad23677000da380e9ef7b3ee71d3ca8f42d436fb9f37c3cee2bb30f67c434d"
url "https://downloads.maltego.com/maltego-v4/mac/Maltego.v#{version}.dmg"
url "https://downloads.maltego.com/maltego-v#{version.major}/mac/Maltego.v#{version}.dmg"
name "Maltego"
desc "Open source intelligence and graphical link analysis tool"
homepage "https://www.maltego.com/pricing-plans/"
livecheck do
url "https://downloads.maltego.com/maltego-v4/info.json"
url "https://downloads.maltego.com/maltego-v#{version.major}/info.json"
regex(/Maltego[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
end