mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update accurics.rb
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ cask "accurics" do
|
||||
|
||||
livecheck do
|
||||
url "https://www.tenable.com/downloads/api/v2/pages/cloud-security"
|
||||
regex(/accurics[._-]cli[._-]v?(\d+(?:\.\d+)+)[._-]macos[._-]#{arch}.dmg/i)
|
||||
regex(/Accurics\sv?(\d+(?:\.\d+)+)/i)
|
||||
strategy :json do |json|
|
||||
json["releases"]["latest"].keys.map do |item|
|
||||
item.match(regex) { |match| match[1] }
|
||||
|
||||
Reference in New Issue
Block a user