Skip to content

libation: Add version 13.5.0#17861

Open
ranclo wants to merge 3 commits into
ScoopInstaller:masterfrom
ranclo:add-libation
Open

libation: Add version 13.5.0#17861
ranclo wants to merge 3 commits into
ScoopInstaller:masterfrom
ranclo:add-libation

Conversation

@ranclo

@ranclo ranclo commented May 22, 2026

Copy link
Copy Markdown
Contributor

Closes #17860

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

@coderabbitai

coderabbitai Bot commented May 22, 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

Run ID: 11877477-01af-4109-bedb-5261b8f68777

📥 Commits

Reviewing files that changed from the base of the PR and between 02ca2a9 and 93e92b7.

📒 Files selected for processing (1)
  • bucket/libation.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • bucket/libation.json

📝 Walkthrough

Walkthrough

The Libation Scoop manifest is updated from version 13.4.3 to 13.5.0. The 64bit and arm64 download URLs and SHA-1 hashes are refreshed to the v13.5.0 release assets. The pre-install script, binary and shortcut mappings, persistence settings, GitHub version check, and autoupdate template logic remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise, specific, and accurately reflects the Libation version bump.
Description check ✅ Passed The description includes the linked issue reference and the required checklist confirmations.
Linked Issues check ✅ Passed The manifest update to Libation 13.5.0 matches the request for the latest stable release and standard install flow.
Out of Scope Changes check ✅ Passed The PR only updates the Libation manifest version, URLs, and hashes, with no unrelated changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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 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)
libation.json (1)

1-38: Please run the standard local manifest checks before submission.

Suggested commands for this manifest (libation):

scoop config debug true
scoop config gh_token <your-github-token>  # Read access only

.\bin\checkver.ps1 -App libation -f
.\bin\formatjson.ps1 -App libation

scoop install bucket/libation.json -a 64bit
scoop install bucket/libation.json -a arm64

If placement remains outside bucket/, adjust the install path accordingly during local testing.
References:

As per coding guidelines, "Provide clear instructions for testing the manifest locally before submission."

🤖 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 `@libation.json` around lines 1 - 38, Run the standard local manifest checks
for the libation manifest: enable debug (scoop config debug true) and set a
read-only GH token, then run the checkver and formatter (use .\bin\checkver.ps1
-App libation -f and .\bin\formatjson.ps1 -App libation) and attempt installs
for both architectures (scoop install bucket/libation.json -a 64bit and -a
arm64); if your manifest is not under bucket/ adjust the install path
accordingly and confirm pre_install, checkver, autoupdate and architecture
entries behave as expected during these tests.
🤖 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 `@libation.json`:
- Line 1: The manifest file libation.json is in the repo root but must be
located inside the Scoop bucket; move libation.json into the required directory
(either bucket/ or deprecated/) so it lives at bucket/libation.json (or
deprecated/libation.json) and update any references if present; ensure the file
path now passes the "Path Check" rule requiring manifests to be strictly within
bucket/ or deprecated/.

---

Nitpick comments:
In `@libation.json`:
- Around line 1-38: Run the standard local manifest checks for the libation
manifest: enable debug (scoop config debug true) and set a read-only GH token,
then run the checkver and formatter (use .\bin\checkver.ps1 -App libation -f and
.\bin\formatjson.ps1 -App libation) and attempt installs for both architectures
(scoop install bucket/libation.json -a 64bit and -a arm64); if your manifest is
not under bucket/ adjust the install path accordingly and confirm pre_install,
checkver, autoupdate and architecture entries behave as expected during these
tests.
🪄 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: fd4c0133-42db-41a0-b15c-d9362eceb5f5

📥 Commits

Reviewing files that changed from the base of the PR and between 5e9ee48 and 4d0ad0a.

📒 Files selected for processing (1)
  • libation.json

Comment thread bucket/libation.json
@ranclo

ranclo commented May 22, 2026

Copy link
Copy Markdown
Contributor Author

/verify

@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/libation.json (1)

1-38: Run local Scoop validation before merge.

Please verify the manifest locally with:

scoop config debug true
scoop config gh_token <your-github-token>  # Read access only

.\bin\checkver.ps1 -App libation -f
.\bin\formatjson.ps1 -App libation

scoop install bucket/libation.json -a 64bit
scoop install bucket/libation.json -a arm64

Helpful references:

🤖 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/libation.json` around lines 1 - 38, Run the local Scoop manifest
validation and install tests for the libation manifest: set scoop debug and a
read-only GitHub token, then execute .\bin\checkver.ps1 -App libation -f and
.\bin\formatjson.ps1 -App libation to validate and format the manifest (verify
checkver and autoupdate entries), and finally run scoop install
bucket/libation.json -a 64bit and scoop install bucket/libation.json -a arm64 to
ensure pre_install, bin (LibationCli.exe), persist (appsettings.json) and
shortcuts work correctly; fix any issues the scripts report (missing fields,
URL/hash mismatches, or pre_install path problems) and re-run until clean.
🤖 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/libation.json`:
- Around line 1-38: Run the local Scoop manifest validation and install tests
for the libation manifest: set scoop debug and a read-only GitHub token, then
execute .\bin\checkver.ps1 -App libation -f and .\bin\formatjson.ps1 -App
libation to validate and format the manifest (verify checkver and autoupdate
entries), and finally run scoop install bucket/libation.json -a 64bit and scoop
install bucket/libation.json -a arm64 to ensure pre_install, bin
(LibationCli.exe), persist (appsettings.json) and shortcuts work correctly; fix
any issues the scripts report (missing fields, URL/hash mismatches, or
pre_install path problems) and re-run until clean.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f398c61f-837c-4d31-8d15-66604acaebcb

📥 Commits

Reviewing files that changed from the base of the PR and between 4d0ad0a and 02ca2a9.

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

arvdk added a commit to arvdk/Extras that referenced this pull request Jun 9, 2026
@aliesbelik aliesbelik changed the title libation: Add version 13.4.3 libation: Add version 13.5.0 Jun 29, 2026
@aliesbelik

Copy link
Copy Markdown
Collaborator

/verify

@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

libation

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

Check the full log for details.

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]: Libation

2 participants