Skip to content

Commit

Permalink
tdr-molotok 1.0.6 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlpvin committed Jan 13, 2025
1 parent c83da94 commit 0012154
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Casks/t/tdr-molotok.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "tdr-molotok" do
version "1.0.6"
sha256 "4a6ce0f037b1fb6b6e6ee4786a502ac838c01c16d738ef46bd8bd810b6a81de6"

url "https://www.tokyodawn.net/labs/Molotok/#{version}/TDR%20Molotok.zip"
name "TDR Molotok"
desc "Dynamics processor/compressor"
homepage "https://www.tokyodawn.net/tdr-molotok/"

livecheck do
url :homepage
regex(%r{latest\sversion:\s<strong>(\d+(?:\.\d+)+)</strong>}i)
end

pkg "TDR Molotok.pkg"

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

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

0 comments on commit 0012154

Please sign in to comment.