Skip to content

hongdown: Add version 0.5.0#18004

Merged
aliesbelik merged 2 commits into
ScoopInstaller:masterfrom
dahlia:hongdown
Jun 29, 2026
Merged

hongdown: Add version 0.5.0#18004
aliesbelik merged 2 commits into
ScoopInstaller:masterfrom
dahlia:hongdown

Conversation

@dahlia

@dahlia dahlia commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Closes #18005.

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This PR updates bucket/hongdown.json from Hongdown version 0.4.3 to 0.5.0. It refreshes the 64-bit and ARM64 download URLs and SHA256 hashes to match the 0.5.0 release artifacts. The existing metadata and autoupdate URL template structure remain in place.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

package-request-needed

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The description follows the template with an issue link and the required checklist items are present.
Linked Issues check ✅ Passed The manifest update adds Hongdown at the latest stable version with standard versioned download URLs, matching the issue request.
Out of Scope Changes check ✅ Passed The PR only updates the Hongdown manifest and does not introduce unrelated changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title accurately reflects the main change: updating hongdown to version 0.5.0.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot added the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Jun 8, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
bucket/hongdown.json (1)

1-28: Run the standard local manifest checks before submission.

Use the required Scoop workflow for hongdown:

scoop config debug true
scoop config gh_token <your-github-token>   # optional, read-only
.\bin\checkver.ps1 -App hongdown -f
.\bin\formatjson.ps1 -App hongdown
scoop install bucket/hongdown.json -a 64bit
scoop install bucket/hongdown.json -a arm64

Reference docs:

As per coding guidelines, provide clear instructions for checkver, formatjson, and per-architecture install testing for new manifests.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/hongdown.json` around lines 1 - 28, Run the standard local manifest
checks for hongdown.json: enable debug and (optionally) set GH token, then run
.\bin\checkver.ps1 -App hongdown -f to validate the "checkver" field and release
detection, run .\bin\formatjson.ps1 -App hongdown to enforce manifest formatting
(verifying "version", "architecture", "autoupdate" and "bin" fields), and
perform per-architecture installs using scoop install bucket/hongdown.json -a
64bit and -a arm64 to validate the provided URLs/hashes in the "architecture"
block; if any step fails, update hongdown.json (fields: "version",
"architecture.*.url", "architecture.*.hash", "autoupdate") to correct the values
and re-run the checks.

Source: Coding guidelines

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@bucket/hongdown.json`:
- Around line 1-28: This new manifest (hongdown.json) lacks a linked
package-request issue; please create a package-request using the provided
template URL and then add the issue link to the manifest's "description" field
or the PR body and confirm the acceptance criteria (well-known usage, stable
release, English interface/docs). Use the package-request template URL from the
review, paste the created issue URL into the description value of hongdown.json
(or top of the PR body), and include a short note stating the manifest meets the
three checks so reviewers can verify.

---

Nitpick comments:
In `@bucket/hongdown.json`:
- Around line 1-28: Run the standard local manifest checks for hongdown.json:
enable debug and (optionally) set GH token, then run .\bin\checkver.ps1 -App
hongdown -f to validate the "checkver" field and release detection, run
.\bin\formatjson.ps1 -App hongdown to enforce manifest formatting (verifying
"version", "architecture", "autoupdate" and "bin" fields), and perform
per-architecture installs using scoop install bucket/hongdown.json -a 64bit and
-a arm64 to validate the provided URLs/hashes in the "architecture" block; if
any step fails, update hongdown.json (fields: "version", "architecture.*.url",
"architecture.*.hash", "autoupdate") to correct the values and re-run the
checks.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: adc9f2e9-9f99-40fb-9e0b-f8de203c09f2

📥 Commits

Reviewing files that changed from the base of the PR and between 045cb9e and 29c0f19.

📒 Files selected for processing (1)
  • bucket/hongdown.json

Comment thread bucket/hongdown.json
arvdk added a commit to arvdk/Extras that referenced this pull request Jun 8, 2026
@aliesbelik aliesbelik removed the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Jun 8, 2026
@aliesbelik

Copy link
Copy Markdown
Collaborator

/verify

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

hongdown

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

arvdk added a commit to arvdk/Extras that referenced this pull request Jun 9, 2026
@aliesbelik

Copy link
Copy Markdown
Collaborator

/verify

@aliesbelik aliesbelik changed the title hongdown: Add version 0.4.3 hongdown: Add version 0.5.0 Jun 29, 2026
@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

hongdown

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@aliesbelik
aliesbelik merged commit 2e7a3a9 into ScoopInstaller:master Jun 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: Hongdown

2 participants