Skip to content

Commit

Permalink
duplicateaudiofinder 0.1 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
unitof committed Jul 17, 2024
1 parent 8c98b29 commit fd9838f
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 fd9838f

Please sign in to comment.