Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions bucket/brows3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"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",
"architecture": {
"64bit": {
"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"
}
},
"post_install": "Remove-Item \"$dir\\src-tauri\" -Recurse -ErrorAction SilentlyContinue",
"shortcuts": [
[
"Brows3.exe",
"Brows3"
]
],
"checkver": {
"github": "https://github.com/rgcsekaraa/brows3",
"regex": "app-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"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"
}
}
}
}
Comment on lines +1 to +32

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

Loading