Skip to content

Commit

Permalink
Merge pull request #198101 from rlpvin/tdr-prism
Browse files Browse the repository at this point in the history
tdr-prism 1.0.7 (new cask)
  • Loading branch information
khipp authored Jan 17, 2025
2 parents 0ed3431 + 2986e36 commit c63ce05
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Casks/t/tdr-prism.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "tdr-prism" do
version "1.0.7"
sha256 "627447da3fc7c8775d0ee93729482fd03b4ca0073a3acac3fae473c1018e5849"

url "https://www.tokyodawn.net/labs/Prism/#{version}/TDR%20Prism.zip"
name "TDR Prism"
desc "Frequency analyzer"
homepage "https://www.tokyodawn.net/tdr-prism/"

livecheck do
url :homepage
regex(%r{href=.*?Prism/v?(\d+(?:\.\d+)+)/TDR(%20|\s)Prism\.zip}i)
end

pkg "TDR Prism.pkg"

uninstall pkgutil: [
"com.TokyoDawnLabs.TDRPrism.AAX",
"com.TokyoDawnLabs.TDRPrism.AU",
"com.TokyoDawnLabs.TDRPrism.VST",
"com.TokyoDawnLabs.TDRPrism.VST3",
]

zap trash: "~/Library/Tokyo Dawn Labs/TDR Prism.conf"
end

0 comments on commit c63ce05

Please sign in to comment.