Skip to content

brows3: Add version 0.2.43#18251

Merged
aliesbelik merged 3 commits into
ScoopInstaller:masterfrom
STSMHQ:patch-1
Jul 9, 2026
Merged

brows3: Add version 0.2.43#18251
aliesbelik merged 3 commits into
ScoopInstaller:masterfrom
STSMHQ:patch-1

Conversation

@STSMHQ

@STSMHQ STSMHQ commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

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

@coderabbitai

coderabbitai Bot commented Jul 7, 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: dd0c061b-99a2-4579-9aa6-16670c7303fb

📥 Commits

Reviewing files that changed from the base of the PR and between 0273de8 and 6d4565d.

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

📝 Walkthrough

Walkthrough

This 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)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the package and version being added.
Description check ✅ Passed The description summarizes the change and links the related issue, though it omits the template checklist items.
Linked Issues check ✅ Passed The manifest update adds Brows3 at the requested stable version and appears to satisfy the issue's install criteria.
Out of Scope Changes check ✅ Passed The changes are limited to the Brows3 manifest update and related install metadata.
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 added the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Jul 7, 2026

@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

🤖 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

📥 Commits

Reviewing files that changed from the base of the PR and between 8910163 and 59574d7.

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

Comment thread bucket/brows3.json
Comment on lines +1 to +18
{
"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"
}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🗄️ 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 -5

Repository: 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 -n

Repository: 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

@STSMHQ

STSMHQ commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

/verify

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

brows3

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

Check the full log for details.

@aliesbelik aliesbelik removed the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Jul 7, 2026

@aliesbelik aliesbelik left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please use architecture.64bit wrapper both for download url/hash/extract_dir and autoupdate section.

@STSMHQ

STSMHQ commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Done, @aliesbelik.

@STSMHQ STSMHQ requested a review from aliesbelik July 8, 2026 07:46
@aliesbelik

Copy link
Copy Markdown
Collaborator

/verify

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Your changes did not pass all checks.

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

Invalid manifests

  • brows3

Check the full log for details.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

brows3

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

Check the full log for details.

@aliesbelik aliesbelik merged commit 6bd7aad into ScoopInstaller:master Jul 9, 2026
3 checks passed
@STSMHQ STSMHQ deleted the patch-1 branch July 9, 2026 21:14
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]: Brows3

2 participants