DomT4 / homebrew-autoupdate

:tropical_drink: An easy, convenient way to automatically update Homebrew.
BSD 2-Clause "Simplified" License
987 stars 54 forks source link

Not working - Not updating outdated packages #88

Closed petebocken closed 2 years ago

petebocken commented 2 years ago

I installed a few days ago and I get the notifications that "Homebrew has been updated", however when I run brew outdated, I still have some packages with available updates.

python@3.10 (3.10.2) < 3.10.4
rclone (1.58.0) < 1.58.1
powershell (7.2.2) != 7.2.3

log shows:

Sun May  1 14:38:37 CDT 2022
Already up-to-date.
Sun May  1 14:39:31 CDT 2022
Already up-to-date.
Sun May  1 14:41:05 CDT 2022
Already up-to-date.

I tried deleting the plist with brew autoupdate delete and reinstalled with brew autoupdate start. Manually adjusted the launchd schedule to run in a few mins, receive the macOS notification that it is again been updated, but the packages do not update.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

DomT4 commented 2 years ago

You need to pass --upgrade with the start command if you want it to automatically upgrade your packages too.