Skip to content

Commit

Permalink
Merge pull request #179847 from unitof/add-duplicateaudiofinder
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Jul 17, 2024
2 parents a9ab597 + fd9838f commit 8381971
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Casks/d/duplicateaudiofinder.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8381971

Please sign in to comment.