From fd9838fa61552e0017ba20d5770d056efdab0152 Mon Sep 17 00:00:00 2001 From: Jacob Ford Date: Wed, 17 Jul 2024 01:22:34 -0400 Subject: [PATCH] duplicateaudiofinder 0.1 (new cask) --- Casks/d/duplicateaudiofinder.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Casks/d/duplicateaudiofinder.rb diff --git a/Casks/d/duplicateaudiofinder.rb b/Casks/d/duplicateaudiofinder.rb new file mode 100644 index 000000000000..d53c535b5583 --- /dev/null +++ b/Casks/d/duplicateaudiofinder.rb @@ -0,0 +1,20 @@ +cask "duplicateaudiofinder" do + version "0.1" + sha256 :no_check + + url "https://speechpulse.com/download/duplicateaudiofinder-macos.dmg" + name "Duplicate Audio Finder" + desc "Bulk audio file fingerprinting & similarity detector" + homepage "https://speechpulse.com/avbeam-software-store/duplicateaudiofinder/" + + livecheck do + url :url + strategy :extract_plist + end + + depends_on macos: ">= :ventura" + + app "DuplicateAudioFinder.app" + + zap trash: "~/Library/Preferences/com.avbeam.duplicateaudiofinder.plist" +end