officecli: Add version 1.0.133#8274
Conversation
WalkthroughUpdated the OfficeCLI Scoop manifest to version 1.0.133, refreshing the 64bit and arm64 release URLs and SHA256 hashes while keeping the autoupdate URL and checksum templating behavior. ChangesOfficeCLI manifest refresh
Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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. Comment |
|
/verify |
|
All changes look good. Wait for review from human collaborators. officecli
|
|
Use the manifest that I pushed, which uses official description and GitHub's artifact hashes. |
|
Thanks! I don't see a new commit on the PR branch yet (still only my fc2a5b5) — could you re-push? "Allow edits by maintainers" is enabled on this PR. |
aliesbelik
left a comment
There was a problem hiding this comment.
Will be enough to extract hashes.
Please update to the latest version as well.
|
/verify |
|
All changes look good. Wait for review from human collaborators. officecli
|
|
Done — updated to 1.0.132 and applied your autoupdate suggestion. |
|
/verify |
|
All changes look good. Wait for review from human collaborators. officecli
|
There was a problem hiding this comment.
🧹 Nitpick comments (1)
bucket/officecli.json (1)
29-31: 🗄️ Data Integrity & Integration | 🔵 Trivial | ⚡ Quick winAdd explicit
regexto the autoupdate hash extraction.The
agentsview.jsonexemplar in this bucket includes"regex": "$sha256\\s+$basename"alongside"url": "$baseurl/SHA256SUMS"for reliable per-architecture hash matching. Without an explicit regex, Scoop relies on its default extraction heuristic, which may fail if theSHA256SUMSfile format differs from expectations (e.g., different delimiters, path prefixes, or line ordering).♻️ Proposed fix to add explicit regex
"hash": { - "url": "$baseurl/SHA256SUMS" + "url": "$baseurl/SHA256SUMS", + "regex": "$sha256\\s+$basename" }Based on the
agentsview.jsonexemplar atbucket/agentsview.json:30-31showing the expected autoupdate hash contract shape.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 84bd05cc-3880-4ae6-9caa-bc04337b9df2
📒 Files selected for processing (1)
bucket/officecli.json
Closes #8278
Moved from ScoopInstaller/Extras#18249 at @niheaven's suggestion (pure CLI tool, fits Main). The manifest is identical to the one that passed all checks there (Lint / Description / License / Hashes / Checkver / Autoupdate / Autoupdate Hash Extraction).
<manifest-name[@version]|chore>: <general summary of the pull request>officecli — read, edit, and automate Office documents (.docx, .xlsx, .pptx) from the command line. Single self-contained binary, Apache-2.0, ~9k stars. Already in Homebrew core and on npm.
SHA256SUMScheckver.github+ autoupdate with per-arch hash extraction fromSHA256SUMS