Skip to content

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 28 May 19:00
· 15 commits to main since this release

What's changed

Fixed

  • AUR-bin CI publish was pushing empty commits. The
    KSXGitHub/github-actions-deploy-aur action copies the file at
    pkgbuild: into the AUR repo verbatim — preserving the source
    filename. The AUR-bin remote only tracks a file literally named
    PKGBUILD, so passing ./packaging/aur/PKGBUILD-bin landed the
    bumped file alongside (untracked) while leaving the stale PKGBUILD
    intact. Result: makepkg --printsrcinfo ran against the old file,
    generated an identical .SRCINFO, and the action committed an
    empty bump (allow_empty_commits: true by default). v0.4.4's bin
    push went through (055b104..6bc8a68) but never advanced the
    version — AUR-bin stayed at 0.4.3 even though all four other
    channels (GitHub Release, crates.io, source AUR, source tag) shipped
    0.4.4. Fix: stage the -bin variant under a literal PKGBUILD
    filename before handing it to the action.

Install

Arch (AUR)

yay -S ai-usagebar-bin      # prebuilt binary from this release
yay -S ai-usagebar          # compiles from source

Manual

curl -fsSL https://github.com/akitaonrails/ai-usagebar/releases/download/v0.4.5/ai-usagebar-linux-x86_64.tar.gz | tar xz -C ~/.local/bin ai-usagebar ai-usagebar-tui

Checksums (SHA256)

567844b783235f02c3f3f95acdf7b13ad3699e42d173513f435033b223de0421  ai-usagebar-linux-aarch64.tar.gz
2f43b14b5fde22d1ce633a1cac00f6f1ddde397b5d0c07d6481462b203b1157e  ai-usagebar-linux-x86_64.tar.gz

Full diff: v0.4.4...v0.4.5