mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add ultimate vocal remover gui (#142035)
* Add Ultimate Vocal Remover.app v5.5.0 * Add Ultimate Vocal Remover.app v5.5.0 * Adds Ultimate Vocal Controller.app v5.5.0 * Adds Ultimate Vocal Remover.app v5.5.0 * Update and rename ultimate-vocal-remover-gui.rb to ultimate-vocal-remover.rb * Update ultimate-vocal-remover.rb * Simplified ultimate vocal remover desc stanza --------- Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com> Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
co-authored by
Miccal Matthews
Bevan Kay
parent
a34b6c08f0
commit
76dcab9c84
@@ -0,0 +1,18 @@
|
||||
cask "ultimate-vocal-remover" do
|
||||
arch arm: "arm64", intel: "x86_64"
|
||||
|
||||
version "5.5.0"
|
||||
sha256 arm: "51f7927c04dea12e9e8acee9326eb195c5532c5142437633b0fbcaa92c5f4613",
|
||||
intel: "375c79e58cb1f7d8def6749b8f7a0ec3648e15c8743f0456a4523ed92f202682"
|
||||
|
||||
url "https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v#{version}/Ultimate_Vocal_Remover_v#{version.major_minor.dots_to_underscores}_MacOS_#{arch}.dmg"
|
||||
name "Ultimate Vocal Remover"
|
||||
desc "Removes vocals from audio files"
|
||||
homepage "https://github.com/Anjok07/ultimatevocalremovergui/"
|
||||
|
||||
depends_on macos: ">= :catalina"
|
||||
|
||||
app "Ultimate Vocal Remover.app"
|
||||
|
||||
# No zap stanza required
|
||||
end
|
||||
Reference in New Issue
Block a user