fluxdown: Add version 0.1.54#18228
Conversation
📝 WalkthroughWalkthroughThis pull request adds a new Scoop bucket manifest file, Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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/fluxdown.json`:
- Around line 2-10: The new FluxDown manifest is missing the required linked
package-request issue in the PR body/description. Update the request text to
reference the GitHub issue so it is traceable, and make sure the request
explicitly states it meets the package-request criteria for a widely used app,
stable release, and English documentation. Use the FluxDown manifest entry as
the target for the linked issue reference.
🪄 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: 2e496d9e-1dcb-4e0d-8432-bd85eea81fcc
📒 Files selected for processing (1)
bucket/fluxdown.json
| "version": "0.1.54", | ||
| "description": "Free, blazing-fast multi-protocol download manager (IDM alternative) powered by a Rust engine. Supports HTTP/HTTPS/FTP/BitTorrent/HLS with intelligent segmentation.", | ||
| "homepage": "https://fluxdown.zerx.dev", | ||
| "license": "AGPL-3.0-only", | ||
| "notes": [ | ||
| "FluxDown is a portable install. Settings and data are written next to flux_down.exe under the Scoop apps directory.", | ||
| "The browser extension talks to the app via a Native Messaging Host; run FluxDown once so it can register the NMH manifest.", | ||
| "The build is not code-signed, so Windows SmartScreen may warn on first launch." | ||
| ], |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Link the package-request issue.
This is a new manifest, but the PR body/description doesn’t include the required issue reference yet. Please add one so the request is traceable and meets the bucket policy, and confirm it satisfies the package-request acceptance criteria (widely used, stable release, English docs). As per path instructions, new package requests must include a linked GitHub issue in the description or PR body. 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/fluxdown.json` around lines 2 - 10, The new FluxDown manifest is
missing the required linked package-request issue in the PR body/description.
Update the request text to reference the GitHub issue so it is traceable, and
make sure the request explicitly states it meets the package-request criteria
for a widely used app, stable release, and English documentation. Use the
FluxDown manifest entry as the target for the linked issue reference.
Source: Path instructions
|
/verify |
|
Your changes did not pass all checks. Please address the issues in the manifest and comment starting with fluxdown
|
|
Closing this — I see #18216 already covered FluxDown and was declined because the project doesn't yet meet the Extras criteria (100+ stars / 50+ forks). FluxDown is currently at ~96 stars, so it's just under the bar. Withdrawing to avoid a duplicate request against an already-reviewed decision. In the meantime FluxDown is installable from its self-hosted bucket, and I'll revisit Extras once the criteria are met. Thanks for the review! |
Adds a manifest for FluxDown, a free, open-source (AGPL-3.0), Rust-powered multi-protocol download manager (IDM alternative). Supports HTTP/HTTPS/FTP/BitTorrent/HLS with intelligent segmentation and a browser extension.
flux_down.exewith a Start Menu shortcutcheckver: "github";autoupdatepulls hashes from the releaseSHA256SUMS.txtpersist:settings.json(portable build stores settings next to the exe)The pinned
hashvalues were computed with SHA-256 directly from the published v0.1.54 portable zips.Note: starting with the next release the upstream CI attaches
SHA256SUMS.txtto each desktop release so theautoupdate.hash.urlresolves; the v0.1.54 hashes above are pinned explicitly.