brows3: Add version 0.2.43#18251
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis pull request updates the Scoop manifest for Brows3 to version 0.2.43, changing the release download URL, SHA256 hash, portable extraction directory, desktop shortcut entries, and autoupdate URL and extract directory templates. Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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 `@bucket/brows3.json`:
- Around line 1-18: Update the Brows3 manifest metadata so the description or
accompanying PR body includes a link to the package-request issue, since this is
a new manifest. Also confirm the below-100-star exception is intentional for the
upstream repo before merging, and make the change in the manifest entry
identified by the Brows3 package fields such as description, homepage, and
version.
🪄 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: df3a3a91-5b34-43bd-b113-2bfb5bddf764
📒 Files selected for processing (1)
bucket/brows3.json
| { | ||
| "version": "0.2.43", | ||
| "description": "A high-performance, open-source Amazon S3 browser and desktop client built with Rust and Tauri", | ||
| "homepage": "https://brows3.app", | ||
| "license": "MIT", | ||
| "url": "https://github.com/rgcsekaraa/brows3/releases/download/app-v0.2.43/Brows3_0.2.43_x64-portable.zip", | ||
| "hash": "4348fefda06117490ed6795e34cc2bdc9512329a35b82e10ff5cffb336834d2c", | ||
| "extract_dir": "src-tauri/target/release/bundle/portable/Brows3_0.2.43_x64-portable", | ||
| "bin": "Brows3.exe", | ||
| "checkver": { | ||
| "github": "https://github.com/rgcsekaraa/brows3", | ||
| "regex": "app-v([\\d.]+)" | ||
| }, | ||
| "autoupdate": { | ||
| "url": "https://github.com/rgcsekaraa/brows3/releases/download/app-v$version/Brows3_$version_x64-portable.zip", | ||
| "extract_dir": "src-tauri/target/release/bundle/portable/Brows3_$version_x64-portable" | ||
| } | ||
| } |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Check if brows3.json already existed in a prior commit (confirms new vs. updated manifest)
git log --oneline --follow -- bucket/brows3.json | tail -5Repository: ScoopInstaller/Extras
Length of output: 190
🏁 Script executed:
#!/bin/bash
set -euo pipefail
# Inspect the file's history and the introducing commit.
git log --oneline --follow -- bucket/brows3.json
echo
echo "=== latest commit touching file ==="
commit=$(git log --format='%H' --follow -- bucket/brows3.json | head -n 1)
git show --stat --summary --format=fuller "$commit" -- bucket/brows3.json
echo
echo "=== file contents at introducing commit ==="
git show "$commit:bucket/brows3.json" | cat -nRepository: ScoopInstaller/Extras
Length of output: 1647
Link a package-request issue for this new manifest
The manifest description doesn’t reference a package-request issue. Add one in the description or PR body before merging. The upstream repo is also below the usual 100-star guideline for new Scoop packages, so confirm the exception is intentional.
See the contribution guide: https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md
🤖 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/brows3.json` around lines 1 - 18, Update the Brows3 manifest metadata
so the description or accompanying PR body includes a link to the
package-request issue, since this is a new manifest. Also confirm the
below-100-star exception is intentional for the upstream repo before merging,
and make the change in the manifest entry identified by the Brows3 package
fields such as description, homepage, and version.
Source: Path instructions
|
/verify |
|
All changes look good. Wait for review from human collaborators. brows3
|
aliesbelik
left a comment
There was a problem hiding this comment.
Please use architecture.64bit wrapper both for download url/hash/extract_dir and autoupdate section.
|
Done, @aliesbelik. |
|
/verify |
|
Your changes did not pass all checks. Please address the issues in the manifest and comment starting with Invalid manifests
|
|
All changes look good. Wait for review from human collaborators. brows3
|
Add brows3, a super fast open-source S3 browser, S3 explorer, and desktop client for Amazon S3, MinIO, Cloudflare R2, Wasabi, and other S3-compatible storage.
Closes #18252