mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #156475 from albevier/paulxstretch
Adding paulxstretch cask
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
cask "paulxstretch" do
|
||||
version "1.6.0"
|
||||
sha256 "c5bcba5215076f629c3442902eaba4825a7f71ac33fc2d793c7cb729bdeb17ad"
|
||||
|
||||
url "https://github.com/essej/paulxstretch/releases/download/v#{version}/paulxstretch-#{version}-mac.dmg"
|
||||
name "PaulXStretch"
|
||||
desc "Extreme time stretching plugin for audio files"
|
||||
homepage "https://github.com/essej/paulxstretch"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
pkg "PaulXStretch Installer.pkg"
|
||||
|
||||
uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/PaulXStretch",
|
||||
"~/Library/Application Support/PaulXStretch3",
|
||||
"~/Library/Preferences/com.sonosaurus.paulxstretch.plist",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user