keepass@2.61.1: Switch to portable releases - #18526
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughKeePass now downloads the 2.61.1 ZIP archive instead of the installer executable. The manifest uses the updated SHA-1 hash and no longer sets Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: 🔵 Low · up to The manifest changes the KeePass artifact to a ZIP and updates its digest; an incorrect archive layout or hash could cause installation failures or fetch the wrong artifact. Merge is appropriate with owner awareness and completion of the requested validation checks. 🚥 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 |
| }, | ||
| "autoupdate": { | ||
| "url": "https://downloads.sourceforge.net/project/keepass/KeePass%20$majorVersion.x/$version/KeePass-$version-Setup.exe" | ||
| "url": "https://downloads.sourceforge.net/project/keepass/KeePass%20$majorVersion.x/$version/KeePass-$version.zip" |
There was a problem hiding this comment.
It would be helpful to clearly explain why this change is necessary. This ensures that you've searched the existing PRs and understand the implications of the change. This is a breaking change and duplicates #15024. See:
<manifest-name[@version]|chore>: <general summary of the pull request>