Skip to content

(chore): Explicitly specify GitHub mode when using GitHub API#2837

Merged
z-Fng merged 1 commit intomasterfrom
fix-checkver
May 3, 2026
Merged

(chore): Explicitly specify GitHub mode when using GitHub API#2837
z-Fng merged 1 commit intomasterfrom
fix-checkver

Conversation

@z-Fng
Copy link
Copy Markdown
Member

@z-Fng z-Fng commented May 3, 2026

Per ScoopInstaller/Scoop#6641, to make authenticated GitHub API requests with a token in checkver, GitHub mode must be explicitly specified. Additionally, checkver.github now allows configuring either a GitHub repo URL or a GitHub API URL.

Some checkver may still not work. However, since there is still another breaking change (ScoopInstaller/Scoop#6653) that hasn't been merged yet, we may wait until it is merged before fixing this issue to avoid duplicating work.

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

Summary by CodeRabbit

  • Refactor
    • Updated version-checking configuration across 75+ package manifests to standardize how GitHub API endpoints are referenced in version detection settings. Changed from generic url fields to explicit github fields for improved clarity and consistency in package update mechanisms.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 3, 2026

Walkthrough

This PR updates 70+ Scoop bucket manifest files by renaming configuration field keys in checkver (and occasionally autoupdate.hash) blocks. Most files change checkver.url to checkver.github while preserving endpoint values; a few add github alongside existing url, and one modifies the nested structure under autoupdate.hash.

Changes

Manifest Configuration Key Updates

Layer / File(s) Summary
Checkver Field Renaming
bucket/7zip-zstd.json, bucket/arduino-ide-rc.json, bucket/atom-beta.json, bucket/bottom-nightly.json, bucket/cherry-studio-pre.json, bucket/cosmosdbexplorer-beta.json, bucket/ffmpeg-shared-nightly.json, bucket/ffmpeg-shared-yt-dlp-nightly.json, bucket/ffmpeg-yt-dlp-nightly.json, bucket/freac-continuous.json, bucket/git-without-openssh.json, bucket/github-beta.json, bucket/godot-dev.json, bucket/godot-mono-beta.json, bucket/godot-mono-dev.json, bucket/godot-mono-rc.json, bucket/godot-rc.json, bucket/goneovim-nightly.json, bucket/greenshot-unstable.json, bucket/hadoop-winutils33.json, bucket/helium-pre.json, bucket/ipfilter-nightly.json, bucket/lapce-nightly.json, bucket/librehardwaremonitor-dotnet10-nightly.json, bucket/librehardwaremonitor-nightly.json, bucket/micro-nightly.json, bucket/mpv.net-beta.json, bucket/nanazip-beta.json, bucket/neovide-dev.json, bucket/neovim-nightly.json, bucket/obs-studio-pre.json, bucket/orcaslicer-nightly.json, bucket/pwsh-beta.json, bucket/qt-creator-beta.json, bucket/rufus-beta.json, bucket/rustdesk-nightly.json, bucket/sfsu-beta.json, bucket/smplayer-with-smtube.json, bucket/spotify-qt-nightly.json, bucket/sqlitebrowser-nightly.json, bucket/sunshine-pre.json, bucket/syncplay-beta.json, bucket/v2rayn-pre.json, bucket/vidcoder-beta.json, bucket/windows-terminal-preview.json, bucket/winsw-pre.json, bucket/xdman-beta.json, bucket/xournalpp-nightly.json, bucket/yazi-nightly.json, bucket/zed-nightly.json, bucket/zed-pre.json, deprecated/strawberry-nightly.json
Rename checkver.url key to checkver.github while keeping GitHub API endpoint values unchanged.
Checkver Field Addition
bucket/ffmpeg-nightly.json, bucket/freecad-weekly.json, bucket/komorebi-nightly.json, bucket/logseq-nightly.json, bucket/ols-dev.json, bucket/prusaslicer-pre.json, bucket/raddebugger-alpha.json, bucket/spotbugs-beta.json, bucket/taiga-beta.json
Add new checkver.github field with GitHub API endpoints alongside existing checkver.url or other fields.
Autoupdate Hash Field Renaming
bucket/bun-canary.json
Rename autoupdate.hash.url to autoupdate.hash.github for GitHub releases API reference in hash lookup configuration.
Checkver Endpoint URL Updates
bucket/godot-beta.json, bucket/prismlauncher-git.json, bucket/qbittorrent-nightly.json, bucket/qview-nightly.json, bucket/sharex-dev.json, bucket/zed-opengl-nightly.json
Update or reformat checkver GitHub API endpoint URLs, including workflow-runs or nested structure adjustments.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

review-needed

Poem

🐰 Manifests dance in JSON light,
Keys renamed left and right,
github fields now stand proud,
Configuration updates, quite loud!
Hop along, dear Scoop, all's right! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: updating manifest files to explicitly use the 'github' field instead of 'url' when querying GitHub APIs.
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.
Description check ✅ Passed PR description is complete with both conventional title and required checklist items checked, explaining the purpose of explicitly specifying GitHub mode for API requests.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-checkver

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

Your changes did not pass all checks.

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

7zip-zstd

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

arduino-ide-rc

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

atom-beta

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

bottom-nightly

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

cherry-studio-pre

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

cosmosdbexplorer-beta

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

ffmpeg-nightly

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

ffmpeg-shared-nightly

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

ffmpeg-shared-yt-dlp-nightly

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

ffmpeg-yt-dlp-nightly

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

freac-continuous

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

freecad-weekly

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

git-without-openssh

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

github-beta

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

godot-beta

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

godot-dev

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

godot-mono-beta

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

godot-mono-dev

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

godot-mono-rc

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

godot-rc

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

goneovim-nightly

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

greenshot-unstable

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

hadoop-winutils33

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

helium-pre

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

ipfilter-nightly

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

komorebi-nightly

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

lapce-nightly

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

librehardwaremonitor-dotnet10-nightly

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

librehardwaremonitor-nightly

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

logseq-nightly

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

micro-nightly

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

mpv.net-beta

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

nanazip-beta

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

neovide-dev

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

neovim-nightly

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

obs-studio-pre

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

ols-dev

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

orcaslicer-nightly

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

pester4

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

pragtical-rolling

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

prismlauncher-git

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

prusaslicer-pre

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

pwsh-beta

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

qbittorrent-nightly

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

qt-creator-beta

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

qview-nightly

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

raddebugger-alpha

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

rufus-beta

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

rustdesk-nightly

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

sfsu-beta

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

sharex-dev

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

smplayer-with-smtube

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

spotbugs-beta

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

spotify-qt-nightly

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

sqlitebrowser-nightly

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

sunshine-pre

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

syncplay-beta

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

taiga-beta

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

v2rayn-pre

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

vidcoder-beta

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

windows-terminal-preview

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

winsw-pre

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

xdman-beta

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

xournalpp-nightly

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

yazi-nightly

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

zed-nightly

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

zed-opengl-nightly

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

zed-pre

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

Invalid manifests

  • bun-canary

Check the full log for details.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 13

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
bucket/qbittorrent-nightly.json (1)

68-75: ⚠️ Potential issue | 🔴 Critical

Use the "url" key instead of "github" for full api.github.com URLs.

Scoop's checkver automatically appends /releases/latest to values provided under the "github" key. Passing a full api.github.com URL here will result in a malformed URL like https://api.github.com/.../runs?branch=master&status=success/releases/latest, causing the script to fail.

The "github" key is designed for repository homepage URLs (https://github.com/owner/repo). For custom API endpoints, use the "url" key instead. Change line 68 from "github": to "url":.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@bucket/qbittorrent-nightly.json` around lines 68 - 75, Replace the JSON key
"github" with "url" for the full api.github.com endpoint in the
qbittorrent-nightly.json entry so Scoop's checkver does not append
"/releases/latest" to the API URL; keep the value string unchanged (the
api.github.com/.../runs?branch=master&status=success) and leave the surrounding
"script" and "regex" fields as-is.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@bucket/godot-beta.json`:
- Line 37: The manifest's "github" field currently contains a full API URL which
breaks Scoop's checkver; change the "github" entry to a repo identifier
(owner/repo or https://github.com/owner/repo) or move the full API URL into a
"url" field instead so checkver can correctly append /releases/latest—update the
"github" value from "https://api.github.com/repos/godotengine/godot-builds/tags"
to "godotengine/godot-builds" (or use "url" for the original API endpoint) to
fix checkver behavior.

In `@bucket/greenshot-unstable.json`:
- Line 19: The manifest uses the "github" checkver key which Scoop's checkver
will append "/releases/latest" (via checkver.github) causing a malformed
endpoint; replace the "github" key with the "url" key (i.e., change "github":
"https://api.github.com/repos/greenshot/greenshot/releases" to "url":
"https://api.github.com/repos/greenshot/greenshot/releases") so the full
/releases endpoint is passed through unchanged and your regex can match the
UNSTABLE-UNSIGNED asset; using "url" also retains GitHub API token support for
api.github.com URLs.

In `@bucket/helium-pre.json`:
- Around line 33-36: The checkver block currently uses the "github" key which
triggers special handling and breaks jsonpath extraction; update the checkver
object by replacing the "github" key with "url" while keeping the same JSON API
endpoint and the existing "jsonpath" (i.e., change checkver.github ->
checkver.url and leave checkver.jsonpath unchanged) so Scoop will pass the
GitHub API response through to jsonpath for correct version detection.

In `@bucket/librehardwaremonitor-dotnet10-nightly.json`:
- Around line 38-41: The checkver block currently uses checkver.github with a
full GitHub API endpoint which causes Scoop to append /releases/latest; change
the property name from "github" to "url" in the checkver object (keep the same
API URL string) and retain the existing "jsonpath" so the workflow-runs API
endpoint is used correctly (i.e., replace checkver.github with checkver.url
while leaving jsonpath unchanged).

In `@bucket/logseq-nightly.json`:
- Line 19: The manifest sets "github" to the API endpoint with a tag path which
conflicts with checkver.ps1 logic (the script's useGithubAPI handling and
unconditional append of /releases/latest), so fix the manifest by either: 1)
change the "github" value to the normal repo URL
("https://github.com/logseq/logseq") and remove custom checkver properties
(jsonpath/regex/replace) so the default /releases/latest behavior is used, or 2)
remove the "github" key entirely and add a "url" entry with your explicit
JSON/regex/replace values so checkver runs in custom-url mode and does not
mutate the API path; reference checkver.ps1's useGithubAPI behavior when making
the choice.

In `@bucket/orcaslicer-nightly.json`:
- Line 20: The checkver block change renamed the "url" field to "github", which
breaks Scoop's GitHub API detection for direct api.github.com endpoints; restore
the original "url" field and move the API endpoint back into "url" (not
"github") so the /releases/tags/nightly-builds API call is used verbatim; update
the checkver object to use "url":
"https://api.github.com/repos/OrcaSlicer/OrcaSlicer/releases/tags/nightly-builds"
and remove the "github" key so Scoop's checkver logic treats it as a direct API
URL.

In `@bucket/pragtical-rolling.json`:
- Line 22: Replace the incorrect "github" key under the "checkver" block with
"url" so the full custom API endpoint is used as-is; update the "checkver"
object to remove the "github" entry and add a "url" entry set to
"https://api.github.com/repos/pragtical/pragtical/actions/workflows/rolling.yml/runs?branch=master&status=success"
(i.e., change the key name from "github" to "url" for that endpoint) to prevent
Scoop from appending /releases/latest.

In `@bucket/pwsh-beta.json`:
- Line 30: Update the "github" field value to remove the trailing "/releases" so
Scoop's checkver.ps1 doesn't produce a double "/releases/releases/latest";
locate the "github" key in pwsh-beta.json and replace
"https://api.github.com/repos/PowerShell/PowerShell/releases" with either
"https://github.com/PowerShell/PowerShell" or
"https://api.github.com/repos/PowerShell/PowerShell" so Scoop can correctly
append "/releases/latest".

In `@bucket/rufus-beta.json`:
- Line 25: The checkver object currently uses the "github" key with a GitHub API
URL which Scoop will append "/releases/latest" to, producing a malformed URL;
change the "github" key to the "url" key inside the checkver object (keep the
same API URL), and ensure the accompanying "jsonpath" and "regex" entries remain
(e.g., "checkver": { "url":
"https://api.github.com/repos/pbatard/rufus/releases?per_page=1", "jsonpath":
"$[0].tag_name", "regex": "v([\\w._]+)" }) so Scoop treats the value as a
complete URL and does not append extra path segments.

In `@bucket/sfsu-beta.json`:
- Line 23: The manifest uses the "github" key with a full
api.github.com/releases URL which is unsupported by Scoop's documented checkver
behavior and references a non-existent PR; update the JSON so the direct GitHub
API endpoint is provided via the "url" key instead of "github" (or alternatively
replace the bogus PR reference with a valid Scoop PR/commit if you can confirm
new support), i.e., locate the manifest entry containing the "github" field and
change it to "url" with the same API URL so checkver will treat it as a direct
API endpoint.

In `@bucket/spotbugs-beta.json`:
- Around line 26-27: Remove the "github" key from the checkver block because
Scoop will append "/releases/latest" to it and produce an invalid URL; instead,
put the full GitHub API endpoint into the "url" key (e.g., the existing API URL)
and keep the existing "jsonpath": "$[0].tag_name" to extract the version—update
the checkver object by deleting "github" and ensuring "url" contains the direct
API URL used for parsing.

In `@bucket/syncplay-beta.json`:
- Line 20: The github field in syncplay-beta.json is using the GitHub API
endpoint instead of the repository URL; update the "github" value to the repo
URL format (for example "https://github.com/Syncplay/syncplay") so Scoop can
detect releases correctly, and remove or correct any non-verifiable PR reference
(the noted PR `#6641`) in metadata or comments if present; locate the "github" key
in this JSON and replace only the URL value accordingly.

In `@bucket/winsw-pre.json`:
- Line 18: The checkver entry currently uses "github":
"https://api.github.com/repos/winsw/winsw/releases" which mixes the API URL with
the github field; either revert the field name to "url" and keep the API
endpoint (i.e., change "github" back to "url" with the same
https://api.github.com/repos/winsw/winsw/releases value) or keep the "github"
key but change its value to the standard repo URL
"https://github.com/winsw/winsw" so Scoop can construct the API path; update the
key/value in the same JSON object where "github"/"url" is defined to match the
`checkver.github` specification.

---

Outside diff comments:
In `@bucket/qbittorrent-nightly.json`:
- Around line 68-75: Replace the JSON key "github" with "url" for the full
api.github.com endpoint in the qbittorrent-nightly.json entry so Scoop's
checkver does not append "/releases/latest" to the API URL; keep the value
string unchanged (the api.github.com/.../runs?branch=master&status=success) and
leave the surrounding "script" and "regex" fields as-is.
🪄 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6df72471-f9bf-4231-8bbc-6e1b9e8c41fe

📥 Commits

Reviewing files that changed from the base of the PR and between 297b0fb and 831d8ce.

📒 Files selected for processing (70)
  • bucket/7zip-zstd.json
  • bucket/arduino-ide-rc.json
  • bucket/atom-beta.json
  • bucket/bottom-nightly.json
  • bucket/bun-canary.json
  • bucket/cherry-studio-pre.json
  • bucket/cosmosdbexplorer-beta.json
  • bucket/ffmpeg-nightly.json
  • bucket/ffmpeg-shared-nightly.json
  • bucket/ffmpeg-shared-yt-dlp-nightly.json
  • bucket/ffmpeg-yt-dlp-nightly.json
  • bucket/freac-continuous.json
  • bucket/freecad-weekly.json
  • bucket/git-without-openssh.json
  • bucket/github-beta.json
  • bucket/godot-beta.json
  • bucket/godot-dev.json
  • bucket/godot-mono-beta.json
  • bucket/godot-mono-dev.json
  • bucket/godot-mono-rc.json
  • bucket/godot-rc.json
  • bucket/goneovim-nightly.json
  • bucket/greenshot-unstable.json
  • bucket/hadoop-winutils33.json
  • bucket/helium-pre.json
  • bucket/ipfilter-nightly.json
  • bucket/komorebi-nightly.json
  • bucket/lapce-nightly.json
  • bucket/librehardwaremonitor-dotnet10-nightly.json
  • bucket/librehardwaremonitor-nightly.json
  • bucket/logseq-nightly.json
  • bucket/micro-nightly.json
  • bucket/mpv.net-beta.json
  • bucket/nanazip-beta.json
  • bucket/neovide-dev.json
  • bucket/neovim-nightly.json
  • bucket/obs-studio-pre.json
  • bucket/ols-dev.json
  • bucket/orcaslicer-nightly.json
  • bucket/pester4.json
  • bucket/pragtical-rolling.json
  • bucket/prismlauncher-git.json
  • bucket/prusaslicer-pre.json
  • bucket/pwsh-beta.json
  • bucket/qbittorrent-nightly.json
  • bucket/qt-creator-beta.json
  • bucket/qview-nightly.json
  • bucket/raddebugger-alpha.json
  • bucket/rufus-beta.json
  • bucket/rustdesk-nightly.json
  • bucket/sfsu-beta.json
  • bucket/sharex-dev.json
  • bucket/smplayer-with-smtube.json
  • bucket/spotbugs-beta.json
  • bucket/spotify-qt-nightly.json
  • bucket/sqlitebrowser-nightly.json
  • bucket/sunshine-pre.json
  • bucket/syncplay-beta.json
  • bucket/taiga-beta.json
  • bucket/v2rayn-pre.json
  • bucket/vidcoder-beta.json
  • bucket/windows-terminal-preview.json
  • bucket/winsw-pre.json
  • bucket/xdman-beta.json
  • bucket/xournalpp-nightly.json
  • bucket/yazi-nightly.json
  • bucket/zed-nightly.json
  • bucket/zed-opengl-nightly.json
  • bucket/zed-pre.json
  • deprecated/strawberry-nightly.json

Comment thread bucket/godot-beta.json
Comment thread bucket/greenshot-unstable.json
Comment thread bucket/helium-pre.json
Comment thread bucket/librehardwaremonitor-dotnet10-nightly.json
Comment thread bucket/logseq-nightly.json
Comment thread bucket/rufus-beta.json
Comment thread bucket/sfsu-beta.json
Comment thread bucket/spotbugs-beta.json
Comment thread bucket/syncplay-beta.json
Comment thread bucket/winsw-pre.json
@z-Fng z-Fng merged commit a201231 into master May 3, 2026
5 checks passed
@z-Fng z-Fng deleted the fix-checkver branch May 3, 2026 10:53
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