buo / homebrew-cask-upgrade

A command line tool for upgrading every outdated app installed by Homebrew Cask
MIT License
2.44k stars 90 forks source link

Skip verification app after update? #123

Closed kallookoo closed 5 years ago

kallookoo commented 5 years ago

Hi, Beacuse some app using latest version always if update and open this app show the verificating app. I use one scheduled task (custom bash script) for update brew (packages, casks) and it is a nuisance.

Is possible what skip o run in background after the update the app?

ondrejfuhrer commented 5 years ago

Hey @kallookoo that is, unfortunately, not possible. There has been a big discussion about that in Homebrew team and they decided to remove the GPG verification (which causes the pup-up to show) due to user misinterpretation.

You can check the discussion here.

kallookoo commented 5 years ago

Thanks, @ondrejfuhrer for this info.