From 040328ba6b808f6a41c7557cdd125cc3f6538027 Mon Sep 17 00:00:00 2001 From: Philipp Jetschina Date: Tue, 21 May 2024 15:56:58 +0200 Subject: [PATCH 1/3] screaming-frog-log-file-analyser 6.2 (new cask) --- Casks/s/screaming-frog-log-file-analyser.rb | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Casks/s/screaming-frog-log-file-analyser.rb diff --git a/Casks/s/screaming-frog-log-file-analyser.rb b/Casks/s/screaming-frog-log-file-analyser.rb new file mode 100644 index 0000000000000..f4f89a451d1b2 --- /dev/null +++ b/Casks/s/screaming-frog-log-file-analyser.rb @@ -0,0 +1,24 @@ +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 + + app "Screaming Frog Log File Analyser.app" + + zap trash: [ + "~/.ScreamingFrogLogfileAnalyser", + "~/Library/Application Support/uk.co.screamingfrog.ui.b/", + ] +end From c379320266d787d4cd3b8800fe22bc113fabc41e Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Wed, 22 May 2024 05:06:27 +0800 Subject: [PATCH 2/3] Update screaming-frog-log-file-analyser.rb --- Casks/s/screaming-frog-log-file-analyser.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Casks/s/screaming-frog-log-file-analyser.rb b/Casks/s/screaming-frog-log-file-analyser.rb index f4f89a451d1b2..82c85d9d86033 100644 --- a/Casks/s/screaming-frog-log-file-analyser.rb +++ b/Casks/s/screaming-frog-log-file-analyser.rb @@ -15,6 +15,8 @@ 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: [ From 0c5878d60e41a9c7a121191c04ee3ee54764de27 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Tue, 21 May 2024 19:59:39 -0400 Subject: [PATCH 3/3] Update screaming-frog-log-file-analyser.rb --- Casks/s/screaming-frog-log-file-analyser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/screaming-frog-log-file-analyser.rb b/Casks/s/screaming-frog-log-file-analyser.rb index 82c85d9d86033..8676aba1c4611 100644 --- a/Casks/s/screaming-frog-log-file-analyser.rb +++ b/Casks/s/screaming-frog-log-file-analyser.rb @@ -21,6 +21,6 @@ zap trash: [ "~/.ScreamingFrogLogfileAnalyser", - "~/Library/Application Support/uk.co.screamingfrog.ui.b/", + "~/Library/Application Support/uk.co.screamingfrog.ui.b", ] end