Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No file found - failure to upgrade (multiple casks affected) #141436

Closed
georgettica opened this issue Feb 16, 2023 · 34 comments · Fixed by Homebrew/brew#14655
Closed

No file found - failure to upgrade (multiple casks affected) #141436

georgettica opened this issue Feb 16, 2023 · 34 comments · Fixed by Homebrew/brew#14655
Labels

Comments

@georgettica
Copy link

the issue happens also in brew outdated

brew uninstall gimp
Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/gimp.rb
Please report this issue:
  https://docs.brew.sh/Troubleshooting
/opt/homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/opt/homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/opt/homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/opt/homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:129:in `load_formula_or_cask'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:57:in `block in to_formulae_and_casks'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:56:in `each'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:56:in `flat_map'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:56:in `to_formulae_and_casks'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:273:in `to_kegs_to_casks'
/opt/homebrew/Library/Homebrew/cmd/uninstall.rb:48:in `uninstall'
/opt/homebrew/Library/Homebrew/brew.rb:93:in `<main>'
@georgettica
Copy link
Author

@homelyseven250
Copy link

I'm having the same issue with the firefox cask when running brew autoremove

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/firefox.rb
Please report this issue:
  https://docs.brew.sh/Troubleshooting
/usr/local/Homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/usr/local/Homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:50:in `block in casks'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `map'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `casks'
/usr/local/Homebrew/Library/Homebrew/cleanup.rb:578:in `autoremove'
/usr/local/Homebrew/Library/Homebrew/cmd/autoremove.rb:25:in `autoremove'
/usr/local/Homebrew/Library/Homebrew/brew.rb:93:in `<main>'

@carlocab
Copy link
Member

What is the output of brew config and brew doctor?

@nosnilmot
Copy link

This appears to be a github issue, https://github.com/Homebrew/homebrew-cask/blob/cc58401c0905753619a9fc12dc733518beb75b05/Casks/gimp.rb is returning 500 errors intermittently too.

@djerfy
Copy link
Contributor

djerfy commented Feb 16, 2023

Same error with other pkg (proxyman, gpg-suite, wireshark, ...) (autoremove, upgrade, uninstall)

@effleurager
Copy link
Contributor

Also affects intellij-idea-ce

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/intellij-idea-ce.rb
Please report this issue:
  https://docs.brew.sh/Troubleshooting
/usr/local/Homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/usr/local/Homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:50:in `block in casks'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `map'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `casks'
/usr/local/Homebrew/Library/Homebrew/cask/cmd/upgrade.rb:98:in `upgrade_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:226:in `upgrade_outdated_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:117:in `upgrade'
/usr/local/Homebrew/Library/Homebrew/brew.rb:93:in `<main>'

@kranack
Copy link
Contributor

kranack commented Feb 16, 2023

Same here for klogg

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/klogg.rb
Please report this issue:
  https://docs.brew.sh/Troubleshooting
/usr/local/Homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/usr/local/Homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:50:in `block in casks'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `map'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `casks'
/usr/local/Homebrew/Library/Homebrew/cask/cmd/upgrade.rb:98:in `upgrade_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:226:in `upgrade_outdated_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:117:in `upgrade'
/usr/local/Homebrew/Library/Homebrew/brew.rb:93:in `<main>'

@effleurager
Copy link
Contributor

effleurager commented Feb 16, 2023

What is the output of brew config and brew doctor?

@carlocab

brew config

HOMEBREW_VERSION: 4.0.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: 6f195c1e6fd29a6574dbe94428ae4c3324863aa5
Last commit: 7 hours ago
Core tap origin: https://github.com/Homebrew/homebrew-core
Core tap HEAD: c27f57133838d853c5114fbce01dd678ba6db0e2
Core tap last commit: 3 weeks ago
Core tap branch: master
Core tap JSON: 16 Feb 09:56 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: vi
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit icelake
Clang: 14.0.0 build 1400
Git: 2.39.2 => /usr/local/bin/git
Curl: 7.86.0 => /usr/bin/curl
macOS: 13.2-x86_64
CLT: 14.2.0.0.1.1668646533
Xcode: 14.2

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 uncommitted modifications to Homebrew/homebrew-cask-fonts.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
  cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-fonts && git stash -u && git clean -d -f

Uncommitted files:
   M Casks/font-fira-mono-nerd-font.rb

Interestingly enough, running brew update-reset causes brew to wait infinitely (or longer than 5 minutes without any CPU activity)

@miccal miccal mentioned this issue Feb 16, 2023
@adriweb
Copy link
Contributor

adriweb commented Feb 16, 2023

Also affects osxfuse

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/osxfuse.rb

@d-led
Copy link

d-led commented Feb 16, 2023

currently getting lots of 404 errors on other formulae as well. The failing cask seem to be somewhat random. Opening the URL in the browser confirms that it's 404. Tried out one now: suddenly it's there:

https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/goland.rb

brew upgrade
Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/goland.rb
Please report this issue:
  https://docs.brew.sh/Troubleshooting
/usr/local/Homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/usr/local/Homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:50:in `block in casks'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `map'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `casks'
/usr/local/Homebrew/Library/Homebrew/cask/cmd/upgrade.rb:98:in `upgrade_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:226:in `upgrade_outdated_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:117:in `upgrade'
/usr/local/Homebrew/Library/Homebrew/brew.rb:93:in `<main>'

quite intermittent:

% http -h https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/pycharm.rb
HTTP/1.1 404 Not Found

@SMillerDev SMillerDev changed the title GIMP issue - failure to upgrade No file found - failure to upgrade (multiple casks affected) Feb 16, 2023
@xmollv
Copy link

xmollv commented Feb 16, 2023

Yeah we're getting the same error with cocoapods. Maybe the recent 4.0.0 release of brew broke it?

@augusl
Copy link

augusl commented Feb 16, 2023

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/ngrok.rb Please report this issue: https://docs.brew.sh/Troubleshooting /usr/local/Homebrew/Library/Homebrew/api.rb:105:in fetch_file_source'
/usr/local/Homebrew/Library/Homebrew/api/cask.rb:20:in fetch_source' /usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:236:in load'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:376:in load' /usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:50:in block in casks'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in map' /usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in casks'
/usr/local/Homebrew/Library/Homebrew/cmd/outdated.rb:190:in outdated_formulae_casks' /usr/local/Homebrew/Library/Homebrew/cmd/outdated.rb:84:in outdated'
/usr/local/Homebrew/Library/Homebrew/brew.rb:93:in <main>'

@AlekSi
Copy link
Sponsor Contributor

AlekSi commented Feb 16, 2023

Please see #141436 (comment)


There is a workaround, found at Homebrew/brew#14542

export HOMEBREW_NO_INSTALL_FROM_API=1

That seems to be a direct result of 4.0.0 release: https://brew.sh/2023/02/16/homebrew-4.0.0/ Weirdly, is says:

[…] the HOMEBREW_INSTALL_FROM_API variable has been removed and is a no-op

If you wish to opt-out of this behaviour change, you can export HOMEBREW_NO_INSTALL_FROM_API=1

I guess the first sentence is wrong because that workaround worked for me 🤷

@d-led
Copy link

d-led commented Feb 16, 2023

There is a workaround, found at Homebrew/brew#14542

export HOMEBREW_NO_INSTALL_FROM_API=1

That seems to be a direct result of 4.0.0 release: https://brew.sh/2023/02/16/homebrew-4.0.0/

thx

@SMillerDev SMillerDev pinned this issue Feb 16, 2023
@randpop
Copy link

randpop commented Feb 16, 2023

Same issue here since this morning. Seems to be only a problem with casks.
Could this be because of some changes in the 4.0 release?

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/adobe-creative-cloud.rb
Please report this issue: https://docs.brew.sh/Troubleshooting
/usr/local/Homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/usr/local/Homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:50:in `block in casks'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `map'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `casks'
/usr/local/Homebrew/Library/Homebrew/cask/cmd/upgrade.rb:98:in `upgrade_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:226:in `upgrade_outdated_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:117:in `upgrade'
/usr/local/Homebrew/Library/Homebrew/brew.rb:93:in `<main>'

@solrevdev
Copy link
Contributor

Thanks! this worked for me too 🙏🏼️

There is a workaround, found at Homebrew/brew#14542

export HOMEBREW_NO_INSTALL_FROM_API=1

That seems to be a direct result of 4.0.0 release: https://brew.sh/2023/02/16/homebrew-4.0.0/ Weirdly, is says:

[…] the HOMEBREW_INSTALL_FROM_API variable has been removed and is a no-op
If you wish to opt-out of this behaviour change, you can export HOMEBREW_NO_INSTALL_FROM_API=1

I guess the first sentence is wrong because that workaround worked for me 🤷

@MikeMcQuaid
Copy link
Member

I've made a mitigation here that may have fixed things. Please don't set export HOMEBREW_NO_INSTALL_FROM_API=1 but try again and, if you still see errors after I posted this message, let me know if this is a problem.

@randpop
Copy link

randpop commented Feb 16, 2023

Same issue here since this morning. Seems to be only a problem with casks. Could this be because of some changes in the 4.0 release?

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/adobe-creative-cloud.rb
Please report this issue: https://docs.brew.sh/Troubleshooting
/usr/local/Homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/usr/local/Homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:50:in `block in casks'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `map'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `casks'
/usr/local/Homebrew/Library/Homebrew/cask/cmd/upgrade.rb:98:in `upgrade_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:226:in `upgrade_outdated_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:117:in `upgrade'
/usr/local/Homebrew/Library/Homebrew/brew.rb:93:in `<main>'

Hmmm... I changed nothing and it ran thru all the process like a charm. Minutes later i got the same errors again.

@SMillerDev
Copy link
Member

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/parallels.rb

Still have it here.

@thanosz
Copy link

thanosz commented Feb 16, 2023

Still have the problem

# brew upgrade
Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/firefox.rb
Please report this issue:
  https://docs.brew.sh/Troubleshooting
/opt/homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/opt/homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/opt/homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/opt/homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/opt/homebrew/Library/Homebrew/cask/caskroom.rb:50:in `block in casks'
/opt/homebrew/Library/Homebrew/cask/caskroom.rb:46:in `map'
/opt/homebrew/Library/Homebrew/cask/caskroom.rb:46:in `casks'
/opt/homebrew/Library/Homebrew/cask/cmd/upgrade.rb:98:in `upgrade_casks'
/opt/homebrew/Library/Homebrew/cmd/upgrade.rb:226:in `upgrade_outdated_casks'
/opt/homebrew/Library/Homebrew/cmd/upgrade.rb:117:in `upgrade'

@adriweb
Copy link
Contributor

adriweb commented Feb 16, 2023

Problem disappeared for osxfuse, but now is on meld

@jj1bdx
Copy link

jj1bdx commented Feb 16, 2023

I've found keybase cask fails to download.

brew update && brew upgrade
Already up-to-date.
Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/keybase.rb
Please report this issue:
  https://docs.brew.sh/Troubleshooting
/usr/local/Homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/usr/local/Homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:50:in `block in casks'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `map'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `casks'
/usr/local/Homebrew/Library/Homebrew/cask/cmd/upgrade.rb:98:in `upgrade_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:226:in `upgrade_outdated_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:117:in `upgrade'
/usr/local/Homebrew/Library/Homebrew/brew.rb:93:in `<main>'

@doubledup
Copy link

Seeing the same errors too. After the mitigation, running brew bundle dump --global --force has failed because of firefox, kitty & gimp (on separate attempts).

@kunish
Copy link

kunish commented Feb 16, 2023

image

Still for wezterm

@augusl
Copy link

augusl commented Feb 16, 2023

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/wireshark.rb

@solrevdev
Copy link
Contributor

Same error different cask for me

~ unset HOMEBREW_NO_INSTALL_FROM_API;
brew update
brew upgrade
Already up-to-date.
==> Downloading https://formulae.brew.sh/api/formula.json

==> Downloading https://formulae.brew.sh/api/cask.json

Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/inkscape.rb
Please report this issue:
  https://docs.brew.sh/Troubleshooting
/usr/local/Homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/usr/local/Homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:50:in `block in casks'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `map'
/usr/local/Homebrew/Library/Homebrew/cask/caskroom.rb:46:in `casks'
/usr/local/Homebrew/Library/Homebrew/cask/cmd/upgrade.rb:98:in `upgrade_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:226:in `upgrade_outdated_casks'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:117:in `upgrade'
/usr/local/Homebrew/Library/Homebrew/brew.rb:93:in `<main>'

@therealvio
Copy link

I too am also getting a similar error, with gimp:

>brew remove gimp
Error: No file found at https://raw.githubusercontent.com/Homebrew/homebrew-cask/cc58401c0905753619a9fc12dc733518beb75b05/Casks/gimp.rb
Please report this issue:
  https://docs.brew.sh/Troubleshooting
/opt/homebrew/Library/Homebrew/api.rb:105:in `fetch_file_source'
/opt/homebrew/Library/Homebrew/api/cask.rb:20:in `fetch_source'
/opt/homebrew/Library/Homebrew/cask/cask_loader.rb:236:in `load'
/opt/homebrew/Library/Homebrew/cask/cask_loader.rb:376:in `load'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:129:in `load_formula_or_cask'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:57:in `block in to_formulae_and_casks'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:56:in `each'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:56:in `flat_map'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:56:in `to_formulae_and_casks'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:273:in `to_kegs_to_casks'
/opt/homebrew/Library/Homebrew/cmd/uninstall.rb:48:in `uninstall'
/opt/homebrew/Library/Homebrew/brew.rb:93:in `<main>'

@andrewcrook

This comment was marked as off-topic.

@therealvio

This comment was marked as off-topic.

@andrewcrook
Copy link
Contributor

andrewcrook commented Feb 16, 2023

@therealvio

Though this seems more like a workaround than a fix.

Yeah corrected, it is a workaround. I since updated my comment.
I just wanted to get the post out there as a correction to carlocab’s post ASAP.

@MikeMcQuaid
Copy link
Member

Though this seems more like a workaround than a fix.

We're working on a real/better fix.

@gabrielwhite
Copy link
Contributor

Seems to be fixed for me after running brew update

@solrevdev
Copy link
Contributor

Seems to be fixed for me after running brew update

Same here

~ brew update
Already up-to-date.
▲ ~ brew upgrade
==> Downloading https://formulae.brew.sh/api/formula.json

==> Downloading https://formulae.brew.sh/api/cask.json

▲ ~ 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: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  q
  sxiv
▲ ~

@randpop
Copy link

randpop commented Feb 16, 2023

Seems to be fixed for me after running brew update

Same here.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 19, 2023
@Bo98 Bo98 unpinned this issue Nov 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.