Years ago I installed syncthing with brew and I later added syncthing-macos to view it’s status graphically from the Mac’s menubar. I perused this site for some of the configuration. Updating syncthing-macos to the latest version is possible by going to the menubar, selecting the syncthing icon, choosing “About”, and then “Check for Updates”:
To update syncthing (the executable that syncthing-macos reads from) as a formula, execute the following brew commands in Terminal.app:
brew services stop syncthing
brew upgrade syncthing
brew services start syncthing
Completing the above commands moved my Mac’s syncthing from version 1.15.1 (Big Sur) to 1.19.2 (Monterey). Package managers are so slick.
** Update 6-16-2022 **
Still running Monterey and the procedure above worked well. You can keep syncthing-macos running, I just ran the Terminal commands and syncthing-macos’ menubar icon gains an exclamation point while this change is going through. When brew finishes updating syncthing, syncthing-macos loses its exclamation point and things continue running as they were before.
** Update 11-2-2022 **
Still running Monterey and the procedure above worked well to upgrade from syncthing 1.20.4 to 1.22.1.