mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #165003 from janurskremer/lyricsfinder-branch
Add LyricsFinder.app v1.5.6
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
cask "lyricsfinder" do
|
||||
version "1.5.6"
|
||||
sha256 :no_check
|
||||
|
||||
url "https://www.mediahuman.com/download/LyricsFinder.dmg"
|
||||
name "Lyrics Finder"
|
||||
desc "Find and download song lyrics"
|
||||
homepage "https://www.mediahuman.com/lyrics-finder"
|
||||
|
||||
livecheck do
|
||||
url :homepage
|
||||
regex(/"softwareVersion">(\d+(?:\.\d+)+)</i)
|
||||
end
|
||||
|
||||
depends_on macos: ">= :el_capitan"
|
||||
|
||||
app "LyricsFinder.app"
|
||||
|
||||
zap trash: "~/Library/Preferences/com.mediahuman.Lyrics Finder.plist"
|
||||
end
|
||||
Reference in New Issue
Block a user