Skip to content

officecli: Add version 1.0.133#8274

Merged
niheaven merged 4 commits into
ScoopInstaller:masterfrom
goworm:officecli
Jul 9, 2026
Merged

officecli: Add version 1.0.133#8274
niheaven merged 4 commits into
ScoopInstaller:masterfrom
goworm:officecli

Conversation

@goworm

@goworm goworm commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

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

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

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.

  • 64bit + arm64, hashes verified against the release's SHA256SUMS
  • Explicit checkver.github + autoupdate with per-arch hash extraction from SHA256SUMS

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

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

Changes

OfficeCLI manifest refresh

Layer / File(s) Summary
Manifest refresh
bucket/officecli.json
Updates the manifest to OfficeCLI 1.0.133 with new 64bit and arm64 download URLs and matching SHA256 hashes, while autoupdate still derives versioned URLs and checksums from release metadata.

Possibly related issues

  • ScoopInstaller/Extras#18248: This PR updates the OfficeCLI manifest to a newer release, matching the issue’s package update objective.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed The manifest satisfies the request with versioned downloads, SHA256SUMS hashes, and win-x64/win-arm64 support.
Out of Scope Changes check ✅ Passed Only the officecli manifest was changed, with no unrelated files or behavior added.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title is concise, specific, and correctly summarizes the officecli version bump to 1.0.133.
Description check ✅ Passed The description follows the template well, with issue linkage, checklist items, and enough context about the manifest update.

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.

@goworm

goworm commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

/verify

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

officecli

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

Check the full log for details.

@niheaven

niheaven commented Jul 8, 2026

Copy link
Copy Markdown
Member

Use the manifest that I pushed, which uses official description and GitHub's artifact hashes.

@goworm

goworm commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

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 aliesbelik left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Will be enough to extract hashes.
Please update to the latest version as well.

Comment thread bucket/officecli.json
@goworm

goworm commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

/verify

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

officecli

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

Check the full log for details.

@goworm

goworm commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Done — updated to 1.0.132 and applied your autoupdate suggestion.

@goworm

goworm commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

/verify

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

officecli

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

Check the full log for details.

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

29-31: 🗄️ Data Integrity & Integration | 🔵 Trivial | ⚡ Quick win

Add explicit regex to the autoupdate hash extraction.

The agentsview.json exemplar 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 the SHA256SUMS file 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.json exemplar at bucket/agentsview.json:30-31 showing 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

📥 Commits

Reviewing files that changed from the base of the PR and between 599d870 and 95f619a.

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

@niheaven niheaven changed the title officecli: Add version 1.0.129 officecli: Add version 1.0.133 Jul 9, 2026
@niheaven niheaven merged commit 89ce4f4 into ScoopInstaller:master Jul 9, 2026
2 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]: officecli

3 participants