-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
What type of update are you requesting?
A change to the package metadata
Current Package Identifier
KDE.Ark
Package Version
23.08-2322
Please describe the changes you would like to see
Package Identifier
KDE.Ark
Package Version
25.08 (Specifically the build associated with installer ark-release_25.08-2320)
Problem Description
The current installer URL for KDE.Ark version 25.08 points to a file that has been removed from the official KDE CDN server. It appears the CI/CD build artifact was replaced by a newer build.
When attempting to install or upgrade to this version (winget install KDE.Ark), the download fails because the target file results in a 404 Not Found error.
Evidence
Broken URL (Currently in winget manifest):
https://cdn.kde.org/ci-builds/utilities/ark/release-25.08/windows/ark-release_25.08-2320-windows-cl-msvc2022-x86_64.exe
New Correct URL (Found on the server):
https://cdn.kde.org/ci-builds/utilities/ark/release-25.08/windows/ark-release_25.08-2322-windows-cl-msvc2022-x86_64.exe
The build number has changed from 2320 to 2322.
Proposed Solution
The manifest file for KDE.Ark needs to be updated with the new installer URL and its corresponding SHA256 hash.