-
Notifications
You must be signed in to change notification settings - Fork 275
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] mas
upgrades to the version that's already installed
#501
Comments
Hi there, I've come across the same bug with Homebrew MAS. I am currently having this problem with two different apps installed. The Wavelength and the Pins app. It appears to be installing the iOS version instead of the Mac version of certain apps. Could anyone please assist in resolving this issue? Thanks! |
The same is happening to me for endel mac app. Simulation steps below. $ mas list
1346247457 Endel (4.31.12)
$ mas outdated
1346247457 Endel (4.31.12 -> 4.38.2)
$ mas upgrade
Upgrading 1 outdated application:
Endel (4.31.12)
==> Installed Endel: Focus, Sleep, Relax
$ mas outdated
1346247457 Endel (4.31.12 -> 4.38.2) |
I see the same with Omnivore (1.38.0)
|
I am getting this same issue for Pomodoro timer app Flow:
After reading through #496 mentioned above I've confirmed that version |
Your Environment
mas version
: 1.8.6system_profiler SPSoftwareDataType -detailLevel mini
): 10.1...mas Install Method
brew install mas
(homebrew-core).pkg
installer from releasesDescribe the Bug
Steam Link is installed on version
1.2.0
.mas
sees updated version1.3.4
available.mas
"upgrades" it to the old, already installed1.2.0
version.β― mas outdated 1246969117 Steam Link (1.2.0 -> 1.3.4) β― mas upgrade Upgrading 1 outdated application: Steam Link (1.2.0)
If I uninstall and reinstall, I get
1.3.4
but runningupgrade
actually downgrades it to1.2.0
.To Reproduce
Steps to reproduce the behavior:
mas install 1246969117
mas upgrade
mas upgrade
again1.2.0
version <- first bug aboveExpected Behavior
mas upgrade
installs Steam Link1.3.4
, and subsequent upgrades do nothing as it's already latest.The text was updated successfully, but these errors were encountered: