Skip to content

v26.1.104

Choose a tag to compare

@github-actions github-actions released this 06 Jan 15:53
· 0 commits to 473a61f1053eb3a5b8a29f11e55f8605bc8fadb0 since this release

depup 26.1.104

Multi-language dependency updater CLI tool.

Supported Languages

  • Node.js (package.json)
  • Python (pyproject.toml)
  • Rust (Cargo.toml)
  • Go (go.mod)

Installation

Download the appropriate binary for your platform and add it to your PATH.

macOS (Apple Silicon)

curl -L https://github.com/owayo/depup/releases/download/v26.1.104/depup-aarch64-apple-darwin.tar.gz | tar xz
sudo mv depup /usr/local/bin/

macOS (Intel)

curl -L https://github.com/owayo/depup/releases/download/v26.1.104/depup-x86_64-apple-darwin.tar.gz | tar xz
sudo mv depup /usr/local/bin/

Linux (x86_64)

curl -L https://github.com/owayo/depup/releases/download/v26.1.104/depup-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv depup /usr/local/bin/

Linux (ARM64)

curl -L https://github.com/owayo/depup/releases/download/v26.1.104/depup-aarch64-unknown-linux-gnu.tar.gz | tar xz
sudo mv depup /usr/local/bin/

Windows

Download depup-x86_64-pc-windows-msvc.zip, extract, and add to PATH.