Homebrew tap for NetEase Yunxin desktop applications.
| Cask | Description |
|---|---|
| tokbox | NetEase IM desktop client |
Add the tap and list available casks:
curl -fsSL https://raw.githubusercontent.com/netease-im/homebrew-yunxin/main/install.sh | bashAdd the tap and install a specific cask (e.g. tokbox) in one go:
curl -fsSL https://raw.githubusercontent.com/netease-im/homebrew-yunxin/main/install.sh | bash -s -- tokboxThe script installs Homebrew (if missing), adds the tap, then installs the named cask(s). Pass multiple names to install several at once.
brew tap netease-im/yunxin
brew install --cask tokboxOr, in one line:
brew install --cask netease-im/yunxin/tokboxbrew upgrade --cask tokboxbrew uninstall --cask tokbox
brew untap netease-im/yunxin-
Upload the new
Tokbox_<version>_universal.dmgto the package host. -
Compute the SHA-256:
shasum -a 256 Tokbox_<version>_universal.dmg
-
Update
Casks/tokbox.rbwith the newversionandsha256, then commit.
The #{version} token in the url is interpolated automatically by Homebrew,
so the download URL stays in sync with the declared version.
Create a new file under Casks/<name>.rb. See Casks/tokbox.rb for a
reference template, then validate with:
brew style Casks/<name>.rb