-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: XMPlay 4.0 not detected by autoupdate #14678
Comments
Hello! Hate to complicate this for you. I did a check on the url the app is actually pulling version info from. Url: Output:
The format appears to be: A rough regex, if it helps (the beta tag is only usful for Versions I'd assume): You'd have to munge the label slightly to turn that into a download url, through they follow a predictable format (see https://support.xmplay.com/files.php?id=20) I see the PR #14679 is pulling from the site. I'm sure that would work too! Until un4seen forgets to update the site again :) |
A much better source of truth for version number -- I've updated my PR to utilize it. Thanks for the suggestion! Out of curiosity, how did you determine that URL? |
Prerequisites
Package Name
xmplay
Expected/Current Behaviour
XMPlay version 4.0 is not being detected using the current configuration of the app's manifest. The app's developer, Un4seen Developments, has uploaded the new version but neglected to update the version number on the main landing page, which is where the manifest currently looks for a version number.
Steps to Reproduce
Possible Solution
I will post a PR with an updated manifest that detects new versions in a more stable location on the app's website.
Scoop and Buckets Version
Scoop Config
PS> scoop config
PowerShell Version
Additional Softwares
No response
The text was updated successfully, but these errors were encountered: