Actualizó todas las fórmulas:
> brew upgrade
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
No changes to formulae.
Por qué esta actualización no instaló la última versión de httping
?
> brew cleanup
Warning: Skipping httping: most recent version 2.5_2 not installed
Pruned 0 symbolic links and 7 directories from /usr/local
Este comando también se queja algo de httping
:
> brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this.
Thanks!
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
httping
¿Cómo solucionarlo? Actualizar a la última y cuáles son barriles desvinculados en su bodega .
ACTUALIZACIÓN tras la primera respuesta y los comentarios (resumen brew link httping
no ayudó):
> brew link httping
Linking /usr/local/Cellar/httping/2.5_1.reinstall... 6 symlinks created
> brew upgrade
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> Updated Formulae
recon-ng
> brew cleanup
Warning: Skipping httping: most recent version 2.5_2 not installed
> brew info httping
httping: stable 2.5 (bottled), HEAD
Ping-like tool for HTTP requests
https://www.vanheusden.com/httping/
/usr/local/Cellar/httping/2.5_1.reinstall (12 files, 163.7KB) *
Poured from bottle on 2019-06-19 at 17:57:11
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/httping.rb
==> Dependencies
Required: gettext , openssl@1.1
==> Options
--HEAD
Install HEAD version
más comentarios:
> brew upgrade httping
Error: httping 2.5_1.reinstall already installed
> brew outdated
>
0 votos
¿Cuál es la salida de
brew info httping
?0 votos
¿Has hecho lo que recomienda en la salida (
brew link httping
)?0 votos
@Ivanov ¿Has probado
brew outdated
? ¿Y qué pasa conbrew upgrade httping
?0 votos
Respuesta actualizada.