···4040 zen-browser-bin \
4141 'https://github.com/zen-browser/desktop/releases/download/{version}/zen.linux-specific.tar.bz2'
42424343+# Adds a Yae dependency named `yaak` pinned at tag `2024.10.1` with tag trimming for updates
4444+yae add \
4545+ --type git \
4646+ --unpack=false \
4747+ --version 2024.10.1 \
4848+ --trim-tag-prefix v \
4949+ yaak \
5050+ 'https://github.com/yaakapp/app/releases/download/v{version}/yaak_{version}_amd64.AppImage.tar.gz'
5151+4352# Updates all dependencies, e.g., updates the hash of `zen-browser-twilight-bin`
4453# and bumps the version of `zen-browser-bin` to `1.0.1-a.8`, handling URI and
4545-# hash recalculations
5454+# hash recalculations, etc.
4655yae update
47564857# Only updates `zen-browser-twilight-bin`