-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
False positives for Homebrew Casks #297
Comments
This has been discussed in #285, #288 and #289, but since this issue here is still clean, I would like to use it as a task list for false positives. Fixable:
|
We can add |
So if you open Obsidian, does the About screen state 1.4.16? According to this page, v1.4.16 has been released in mid-october. |
Yep! The Obsidian app is updated differently than its installer. The app itself is with version 1.4.16, checked it before commenting. The Installer version is 1.4.13 |
@denisnzrvs can you send me a link to the Obsidian installer? Downloading from the website gives me a .app directly (with the correct version number) |
@mangerlahn did some digging - the Installer comes with the app itself.
Here's how the update section of the About screen looks for me btw. |
I see exactly the same problem as @jostrasser with Microsoft Office for Mac in Latest version 0.10.1 |
There is a Texts cask, but that is for a completely different app. What you're seeing here is a side-effect of showing homebrew updates for apps that haven't been installed using homebrew. This creates all kinds of problems ranging from different release channels to apps with the same name (I've encountered several in my time) to manual/private builds. |
Please provide the app's bundle identifier, so that I can put it on the ignore list. |
com.kishanbagaria.jack |
Latest shows 0.10.3 pending (via homebrew), it's unreleased here, so I guess that means the cask rb can't be updated? |
https://github.com/Homebrew/homebrew-cask/blob/master/Casks/l/local.rb |
Reporting two additional casks as per #342 Possibly:
Thanks! |
Bundle identifiers |
Thanks for pointing that out @jun6lee, I just forgot to release that version. |
SpeedCrunch.app I cannot figure out the bundle identifier:
|
Try Terminal |
@Gummibando returns empty string |
Identifier indeed appears to be missing. Qt app, they likely forgot to set the identifier in the respective project config. |
I'd still like it gone from the list though. Any chance of Latest.app hiding apps with missing identifier? |
Obsidian is still taking the installer version as the currently installed version, and not the actual version number. So it's always in the list showing as outdated. |
Nextcloud too is giving a false positive, due to "git" added to the version. |
Cask integration is awesome, but Latest now shows false positives for some casks as apparently the macOS bundle version string and the Homebrew version string differ. Both "Your version" apps shown in the screenshow are the latest versions, i.e. identical to the "New version".
The text was updated successfully, but these errors were encountered: