Skip to content

gtoolkit: Add version 1.1.447#17960

Merged
aliesbelik merged 5 commits into
ScoopInstaller:masterfrom
fromelicks:gtoolkit
Jun 9, 2026
Merged

gtoolkit: Add version 1.1.447#17960
aliesbelik merged 5 commits into
ScoopInstaller:masterfrom
fromelicks:gtoolkit

Conversation

@fromelicks

@fromelicks fromelicks commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Closes #17959

  • 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 2, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Updated the Scoop manifest bucket/gtoolkit.json to version 1.1.447, refreshing the Windows x86_64 and ARM64 download URLs and their SHA-256 hashes; all other manifest fields, including bin, shortcuts, checkver, and the autoupdate $version templates, remain unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • ScoopInstaller/Extras#16784: Another Scoop manifest-only update that refreshes version, architecture download URLs, and SHA-256 hashes to match upstream release artifacts.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Linked Issues check ❓ Inconclusive The PR partially addresses issue #17959 by creating a gtoolkit manifest, but adds version 1.1.447 instead of the requested latest stable version at the time of the issue. Verify that version 1.1.447 is the latest stable version at the time of this PR, as issue #17959 requested adding the latest stable version.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The PR description satisfies the repository template by confirming use of conventional PR title format and reading the Contributing Guide, though the title itself is inaccurate.
Out of Scope Changes check ✅ Passed The changes are limited to updating gtoolkit package metadata and are directly aligned with the objectives of adding gtoolkit to the repository.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The PR title 'gtoolkit: Add version 1.1.447' accurately summarizes the main change—updating the gtoolkit package metadata to version 1.1.447 with new download URLs and hashes.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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 and usage tips.

@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.

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

1-42: Local manifest validation steps before merge

Run these locally to validate checkver/autoupdate and install behavior:

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

Reference docs if needed:

🤖 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/gtoolkit.json` around lines 1 - 42, Run the local manifest validation
steps for gtoolkit.json to verify checkver/autoupdate and install behavior:
enable scoop debug and set GH token, run .\bin\checkver.ps1 -App gtoolkit -f and
.\bin\formatjson.ps1 -App gtoolkit, then attempt scoop install
.\bucket\gtoolkit.json -a 64bit and -a arm64; if any command fails, fix the
manifest entries under "checkver", "autoupdate" and the "architecture" blocks
(URLs, $version interpolation, and sha256 hash URL) so checkver returns correct
latest version and autoupdate resolves $url.sha256, then re-run the validation
commands until they succeed.
🤖 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.

Nitpick comments:
In `@bucket/gtoolkit.json`:
- Around line 1-42: Run the local manifest validation steps for gtoolkit.json to
verify checkver/autoupdate and install behavior: enable scoop debug and set GH
token, run .\bin\checkver.ps1 -App gtoolkit -f and .\bin\formatjson.ps1 -App
gtoolkit, then attempt scoop install .\bucket\gtoolkit.json -a 64bit and -a
arm64; if any command fails, fix the manifest entries under "checkver",
"autoupdate" and the "architecture" blocks (URLs, $version interpolation, and
sha256 hash URL) so checkver returns correct latest version and autoupdate
resolves $url.sha256, then re-run the validation commands until they succeed.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: bebbfeaa-cf50-4618-9464-a579af2bed8f

📥 Commits

Reviewing files that changed from the base of the PR and between f87f571 and dc7f7dd.

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

@fromelicks fromelicks changed the title gtoolkit: Add version 1.1.425 gtoolkit: Add version 1.1.442 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.

gtoolkit

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

Check the full log for details.

arvdk added a commit to arvdk/Extras that referenced this pull request Jun 9, 2026
@aliesbelik aliesbelik changed the title gtoolkit: Add version 1.1.442 gtoolkit: Add version 1.1.446 Jun 9, 2026
@aliesbelik

Copy link
Copy Markdown
Collaborator

/verify

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Your changes did not pass all checks.

Please address the issues in the manifest and comment starting with /verify to rerun the checks.

gtoolkit

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

Check the full log for details.

@aliesbelik aliesbelik changed the title gtoolkit: Add version 1.1.446 gtoolkit: Add version 1.1.447 Jun 9, 2026
@aliesbelik

Copy link
Copy Markdown
Collaborator

/verify

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

gtoolkit

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

Check the full log for details.

@aliesbelik aliesbelik merged commit 40b1702 into ScoopInstaller:master Jun 9, 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]: Glamorous Toolkit

2 participants