有人能帮我一下吗。我试图更新通量(从36.5到36.6)。
$ brew update
Already up-to-date.
$ brew cask list
....
flux
...
$ brew cask info flux
flux: 36-6
f.lux
https://justgetflux.com/
Not installed
https://github.com/caskroom/homebrew-cask/blob/master/Casks/flux.rb
==> Contents
Flux.app (app)
$ brew cask update flux
Updated 1 tap (caskroom/cask).
No changes to formulae.我对其他包也有同样的行为。怎么了?我还运行brew医生和brew清理。
谢谢卢卡斯
发布于 2016-02-03 15:36:05
与国产不同的是,国产木桶不能升级软件包。brew cask update只是brew update的别名,它更新了Homebrew (Cask)本身。
“升级”家用木桶的唯一方法是要么使用其内置的更新机制(参见Chrome),要么删除它并重新安装它。
https://stackoverflow.com/questions/35164267
复制相似问题