variable ChecksumsMissing

The release publishes no checksums.txt, so the download cannot be verified. Refused rather than downgraded to a warning: an unverified binary replacing the one you are running is exactly the thing worth refusing.

import * as Install from './install.ts';

Install.ChecksumsMissing({ tag: 'v0.1.0' }).code; // 'UpgradeChecksumsMissing'

Type

Failure.FailureFactory<"UpgradeChecksumsMissing", { tag: string; }>

Usage

import { ChecksumsMissing } from "lib/commands/upgrade/install.ts";