Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions Casks/v/voicebox.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cask "voicebox" do
arch arm: "aarch64", intel: "x64"

version "0.4.2"
sha256 arm: "2d08f34d6122c459b272c131b73df62cf96489b64822721ae19e8d7248356713",
intel: "4facbd2f751cf50f58e770372f24feb9df6a755eba63d03f0d68ce1749e0d4d5"

url "https://github.com/jamiepine/voicebox/releases/download/v#{version}/Voicebox_#{version}_#{arch}.dmg",
verified: "github.com/jamiepine/voicebox/"
name "Voicebox"
desc "Local, offline text-to-speech with voice cloning"
homepage "https://voicebox.sh/"

livecheck do
url :url
strategy :github_latest
end

Comment thread
bevanjkay marked this conversation as resolved.
Outdated
auto_updates true
depends_on macos: ">= :big_sur"

app "Voicebox.app"

zap trash: [
"~/Library/Application Support/sh.voicebox.app",
"~/Library/Application Support/voicebox",
"~/Library/Caches/sh.voicebox.app",
"~/Library/Caches/voicebox",
"~/Library/Preferences/sh.voicebox.app.plist",
"~/Library/Preferences/voicebox.plist",
"~/Library/Saved Application State/sh.voicebox.app.savedState",
"~/Library/WebKit/sh.voicebox.app",
"~/Library/WebKit/voicebox",
]
end
Loading