Skip to content

wkhtmltopdf.0.12.5-1 : add version 0.12.5-1#21

Open
yashwant86 wants to merge 4 commits intomasterfrom
pr-1187
Open

wkhtmltopdf.0.12.5-1 : add version 0.12.5-1#21
yashwant86 wants to merge 4 commits intomasterfrom
pr-1187

Conversation

@yashwant86
Copy link
Copy Markdown

@yashwant86 yashwant86 commented Apr 7, 2026

Mirror of ScoopInstaller#1187


Summary by MergeMonkey

  • Infrastructure:
    • Add wkhtmltopdf version 0.12.5-1 manifest to bucket.

@mergemonkeyhq
Copy link
Copy Markdown

mergemonkeyhq Bot commented Apr 7, 2026

Risk AssessmentSAFE · ~3 min review

Focus areas: Manifest correctness · Download URL validity · Checksum accuracy

Assessment: Adds new manifest file with no logic or security changes.

Walkthrough

User requests installation of wkhtmltopdf version 0.12.5-1 via Scoop. System reads the new manifest file to retrieve download URLs, checksums, and installation metadata. Installation proceeds with the specified version.

Changes

Files Summary
wkhtmltopdf Version Manifest
bucket/mpv-v3-git.json
Adds manifest configuration for wkhtmltopdf version 0.12.5-1 to the Scoop bucket, enabling installation of this specific release.

Sequence Diagram

sequenceDiagram
    actor User
    participant Scoop
    participant Manifest as Manifest File
    participant Installer as wkhtmltopdf Installer
    User->>Scoop: Request install wkhtmltopdf@0.12.5-1
    Scoop->>Manifest: Load bucket/mpv-v3-git.json
    Manifest-->>Scoop: Return version metadata
    Scoop->>Installer: Download and install
    Installer-->>User: Installation complete
Loading

Dig Deeper With Commands

  • /review <file-path> <function-optional>
  • /chat <file-path> "<question>"
  • /roast <file-path>

Runs only when explicitly triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants