Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.31 KB

File metadata and controls

45 lines (39 loc) · 1.31 KB
title Scoop
summary The `jeduden/scoop-mdsmith` bucket installs the checksum-verified prebuilt binary for Windows amd64 via Scoop.
mechanism pull
artifact cli
command scoop install mdsmith
audience Windows users with Scoop installed
platforms
windows
channelurl https://github.com/jeduden/scoop-mdsmith
weight 11

Scoop

Release page: https://github.com/jeduden/scoop-mdsmith

The jeduden/scoop-mdsmith bucket holds a bucket/mdsmith.json manifest. It pins the version, the release .exe URL, and its SHA-256 hash (from checksums.txt). bin: mdsmith.exe exposes the command name.

Add the bucket once, then install:

scoop bucket add mdsmith https://github.com/jeduden/scoop-mdsmith
scoop install mdsmith

Upgrade with scoop update mdsmith. The bucket carries checkver and autoupdate blocks that let it self-bump on a daily schedule, so the manifest tracks new releases automatically. The notify-scoop-bucket job in release.yml also dispatches an immediate bump on each release, using the SCOOP_BUCKET_DISPATCH_TOKEN repo secret. A missing token or a failed dispatch is best-effort: the daily self-bump covers it.

The Scoop manifest is generated by mdsmith-release render-scoop-manifest, not inline workflow shell — per the release-tooling rule.