-
Notifications
You must be signed in to change notification settings - Fork 288
Labels
Description
Your Environment
mas version: 1.8.1- macOS version (
system_profiler SPSoftwareDataType -detailLevel mini): 11.2.3
mas Install Method
brew install mas (homebrew-core)
Describe the Bug
For some apps,mas info does not show the correct newest version.
To Reproduce
mas info 1249901692shows version 3.1.1. But on appstore webpage, you can find the newest version to be 3.1.3mas info 571213070outdated&upgradefail on Catalina #306 (comment)mas info 1462114288Fix outdated & upgrade commands #312 (comment) This one has been corrected.
Expected Behavior
Correct version displayed.
Actual Behavior
Incorrect newest version.
Screenshots, Terminal Output
Additional Context
This seems to be a bug in apple itself. https://itunes.apple.com/search?media=software&entity=macSoftware&term=ScanScan this API does not return correct information. I think we can directly fetch the app page instead of using this API. https://apps.apple.com/app/id1249901692 Just parse the html.
Reactions are currently unavailable