ianyh / Amethyst

Automatic tiling window manager for macOS à la xmonad.
https://ianyh.com/amethyst/
MIT License
14.84k stars 487 forks source link

Does not find latest version when checking for updates from Amethyst #1644

Closed acidghost closed 6 months ago

acidghost commented 6 months ago

Version 0.21.0 has been released but the XML Amethyst gets new versions from has not been updated.

kolchurinvv commented 6 months ago

I ran a brew update last night - it found it even though I can add that it was late compared to when the version has been released

acidghost commented 6 months ago

Homebrew checks GitHub directly https://github.com/Homebrew/homebrew-cask/blob/9a2e34b419b44bbb4cad8dc4d762062ad96228ba/Casks/a/amethyst.rb#L19-L22.

You got it slightly later than the GitHub release because Homebrew livecheck does not run automatically from a centralized location. Formula maintainers have to ultimately trigger the update.

In my case I'm trying to update from Amethyst itself, i.e. from the dropdown menu, then "Check for Updates...".