Skip to content

psysonic: Update to version 1.51.0, fix checkver - #18542

Merged
aliesbelik merged 2 commits into
ScoopInstaller:masterfrom
Psychotoxical:psysonic-1.51.0
Aug 17, 2026
Merged

psysonic: Update to version 1.51.0, fix checkver#18542
aliesbelik merged 2 commits into
ScoopInstaller:masterfrom
Psychotoxical:psysonic-1.51.0

Conversation

@Psychotoxical

Copy link
Copy Markdown
Contributor

The upstream repository moved from Psychotoxical/psysonic to Psysonic/psysonic (organization transfer). All URLs updated; the old ones still redirect, so nothing was broken.

Also fixes autoupdate, which is why this manifest sat at 1.50.0: checkver scraped the repository landing page for Psysonic v([\d.]+), and that string is no longer present in its HTML. It now reads /releases/latest and matches the project's app-v tag prefix, which also keeps release candidates out.

Checksum is GitHub's own digest for the published installer.

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 77301bb4-edf1-4fd7-b392-3b3446f8da0b

📥 Commits

Reviewing files that changed from the base of the PR and between 673ed09 and 7677e62.

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

Included review availability: Your plan includes up to 8 reviews per rolling hour; 7 remain after this review.


📝 Walkthrough

Walkthrough

Updated bucket/psysonic.json to Psysonic 1.51.0. The manifest now uses the new license URL, repository, download URL, installer hash, version-detection pattern, and autoupdate source. Release tags now match the app-v<version> format.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 7677e

The PR makes a localized manifest and release-detection update, and no actionable merge-blocking risk remains after normal maintainer checks.

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the manifest and the main version update to 1.51.0.
Description check ✅ Passed The description clearly explains the version update, repository transfer, autoupdate changes, release-candidate filtering, and checksum source.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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.

@aliesbelik

Copy link
Copy Markdown
Collaborator

/verify

@github-actions

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.

psysonic

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

Check the full log for details.

GitHub mode now sets jsonpath '$.tag_name' when a token is present, so
the regex matches against the tag name instead of the releases page.
'app-v([\d.]+)' works in both the API and the HTML path.
@Psychotoxical

Copy link
Copy Markdown
Contributor Author

/verify

The regex was written against the releases page, but GitHub mode sets jsonpath: $.tag_name in API mode (cbd7c64), so it now matches the tag name directly. app-v([\d.]+) resolves to 1.51.0 on both the API and the HTML path.

@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

psysonic

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

Check the full log for details.

@aliesbelik
aliesbelik merged commit 71d71df into ScoopInstaller:master Aug 17, 2026
3 checks passed
@z-Fng z-Fng changed the title psysonic: Update to version 1.51.0 psysonic: Update to version 1.51.0, fix checkver Aug 18, 2026
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.

2 participants