Skip to content

Commit

Permalink
Merge pull request #174427 from piijai/master
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored May 22, 2024
2 parents edc5e30 + 0c5878d commit 873c21a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Casks/s/screaming-frog-log-file-analyser.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask "screaming-frog-log-file-analyser" do
arch arm: "aarch64", intel: "x86_64"

version "6.2"
sha256 arm: "4735d99ffe2ee8abf53111c05e3838203509e8612f6de989772d6d525c89aa1b",
intel: "7468431a08a6b2fc0e59a8ecef7c4c8efddf737614b7da91530bdb2491cec3a2"

url "https://download.screamingfrog.co.uk/products/log-file-analyser/ScreamingFrogLogFileAnalyser-#{version}-#{arch}.dmg"
name "Screaming Frog Log File Analyser"
desc "SEO log audit tool"
homepage "https://www.screamingfrog.co.uk/log-file-analyser/"

livecheck do
url :homepage
regex(%r{href=.*?/ScreamingFrogLogFileAnalyser[._-]v?(\d+(?:\.\d+)+)[._-]#{arch}\.dmg}i)
end

depends_on macos: ">= :big_sur"

app "Screaming Frog Log File Analyser.app"

zap trash: [
"~/.ScreamingFrogLogfileAnalyser",
"~/Library/Application Support/uk.co.screamingfrog.ui.b",
]
end

0 comments on commit 873c21a

Please sign in to comment.