nping: add version 0.6.0#17015
Conversation
WalkthroughA new manifest file for Nping (a Rust-based ping tool) was added to the bucket, specifying version 0.6.0 with architecture-specific download details, checksums, and auto-update configuration for Windows 64-bit systems. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
|
All changes look good. Wait for review from human collaborators. nping
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@bucket/nping.json`:
- Line 3: The description string has a minor grammar issue: change "mean" to
"means" in the JSON "description" field so it reads "Nping means NB Ping, A Ping
Tool in Rust with Real-Time Data and Visualizations"; update the "description"
value in the nping.json object's "description" property accordingly.
📜 Review details
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
bucket/nping.json
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: o-l-a-v
Repo: ScoopInstaller/Extras PR: 16349
File: bucket/debugviewpp.json:14-21
Timestamp: 2025-10-16T13:42:43.224Z
Learning: In the DebugViewPP project (CobaltFusion/DebugViewPP), the executable name changed from "DebugView++.exe" (in v1.8.0.103 and earlier) to "Debugviewpp.exe" (in v1.9.0.28 and later). The manifest bucket/debugviewpp.json correctly uses "Debugviewpp.exe" for current versions.
Learnt from: Gitoffthelawn
Repo: ScoopInstaller/Extras PR: 16106
File: bucket/czkawka-gui.json:25-25
Timestamp: 2025-09-05T09:41:52.653Z
Learning: For czkawka-gui manifests in Scoop Extras, the correct upstream filename pattern for Windows GUI builds in recent versions uses "gtk46" (without underscore), not "gtk_46" (with underscore). The autoupdate URL should use "windows_czkawka_gui_gtk46.zip" format. This was confirmed by a working 10.0.0 update with valid hash.
📚 Learning: 2025-10-16T13:42:43.224Z
Learnt from: o-l-a-v
Repo: ScoopInstaller/Extras PR: 16349
File: bucket/debugviewpp.json:14-21
Timestamp: 2025-10-16T13:42:43.224Z
Learning: In the DebugViewPP project (CobaltFusion/DebugViewPP), the executable name changed from "DebugView++.exe" (in v1.8.0.103 and earlier) to "Debugviewpp.exe" (in v1.9.0.28 and later). The manifest bucket/debugviewpp.json correctly uses "Debugviewpp.exe" for current versions.
Applied to files:
bucket/nping.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: WindowsPowerShell
🔇 Additional comments (4)
bucket/nping.json (4)
12-12: Potential naming conflict with Nmap's nping utility.Note that
npingis also the name of a network packet generation tool bundled with Nmap. Users who have Nmap installed may experience PATH conflicts. This is an upstream naming decision, but worth being aware of.
13-16: LGTM!The checkver configuration correctly uses the GitHub releases page with an appropriate regex pattern for semantic versioning tags.
17-23: LGTM!The autoupdate configuration correctly mirrors the architecture section and uses proper version substitution in the URL template.
6-11: Hash verified as correct. No 32-bit build is available upstream.The SHA256 hash
39fd2ace5365b6f087cb6ca60ffd60570b3d2ea07f85c1fac5404e9625f00bb9matches the GitHub release digest. The upstream nping v0.6.0 release only provides x86_64 Windows builds; no 32-bit variant exists in the release assets, so the manifest correctly reflects the available architecture.
✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.
|
Waiting for the upstream project to finalize its renaming. See: |
|
Closes #17013
<manifest-name[@version]|chore>: <general summary of the pull request>Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.