homebrew-cask/Casks/p/paulxstretch.rb

24 lines
683 B
Ruby
Raw Normal View History

2023-09-29 03:08:04 +08:00
cask "paulxstretch" do
version "1.6.0"
sha256 "c5bcba5215076f629c3442902eaba4825a7f71ac33fc2d793c7cb729bdeb17ad"
2023-09-29 03:41:35 +08:00
url "https://github.com/essej/paulxstretch/releases/download/v#{version}/paulxstretch-#{version}-mac.dmg"
2023-09-29 03:08:04 +08:00
name "paulxstretch"
desc "Extreme time stretching plugin for audio files"
2023-09-29 03:19:27 +08:00
homepage "https://github.com/essej/paulxstretch"
2023-09-29 03:08:04 +08:00
2023-09-29 03:41:35 +08:00
livecheck do
strategy :github_latest
end
2023-09-29 03:08:04 +08:00
pkg "PaulXStretch Installer.pkg"
2023-09-29 03:41:35 +08:00
uninstall pkgutil: "com.sonosaurus.paulxstretch.pkg.*"
2023-09-29 06:50:59 +08:00
zap trash: [
"~/Library/Application Support/PaulXStretch",
"~/Library/Application Support/PaulXStretch3",
"~/Library/Preferences/com.sonosaurus.paulxstretch.plist",
]
2023-09-29 03:54:21 +08:00
end