Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							470c1e6683 
							
						 
					 
					
						
						
							
							Implement rustup audit as a style check  
						
						 
						
						... 
						
						
						
						This allows results to be cached and auto-corrected. 
						
						
							
						
					 
					
						2023-07-12 10:49:47 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Gerlero 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e60c80fbf 
							
						 
					 
					
						
						
							
							docs/Installation: fix Apple Developer account link  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-11 18:08:19 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nanda H Krishna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db4a95cfbc 
							
						 
					 
					
						
						
							
							Merge pull request  #15665  from Homebrew/dependabot/bundler/Library/Homebrew/public_suffix-5.0.3  
						
						 
						
						... 
						
						
						
						build(deps): bump public_suffix from 5.0.1 to 5.0.3 in /Library/Homebrew 
						
						
							
						
					 
					
						2023-07-11 14:49:49 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ece93ea49 
							
						 
					 
					
						
						
							
							shims/mac: handle usage of Homebrew make  
						
						 
						
						... 
						
						
						
						We have a handful of formulae that use Homebrew `make` to build. Doing
this evades our compiler shims. Let's try to avoid this by allowing our
shims to support usage of Homebrew `make` by calling it as `gmake` in
the formula. 
						
						
							
						
					 
					
						2023-07-12 02:16:32 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c9953ae12 
							
						 
					 
					
						
						
							
							Update RBI files for public_suffix.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow. 
						
						
							
						
					 
					
						2023-07-11 18:09:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88097a8cc2 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-11 18:04:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b254c887ff 
							
						 
					 
					
						
						
							
							build(deps): bump public_suffix from 5.0.1 to 5.0.3 in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [public_suffix](https://github.com/weppos/publicsuffix-ruby ) from 5.0.1 to 5.0.3.
- [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md )
- [Commits](https://github.com/weppos/publicsuffix-ruby/compare/v5.0.1...v5.0.3 )
---
updated-dependencies:
- dependency-name: public_suffix
  dependency-type: indirect
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2023-07-11 18:02:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f75ccc005e 
							
						 
					 
					
						
						
							
							formula_auditor: disallow non-test rustup-init dependencies  
						
						 
						
						... 
						
						
						
						We want formulae to build with our `rust` formula instead of a random
toolchain downloaded with `rustup`.
Unfortunately, some formulae already do this, so let's gate the check
behind `--strict`. It should also prevent new formulae that build using
`rustup` from being added.
This should hopefully prevent PRs like Homebrew/homebrew-core#119832 
from being merged. 
						
						
							
						
					 
					
						2023-07-12 01:56:35 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf0c896c34 
							
						 
					 
					
						
						
							
							Merge pull request  #15661  from Homebrew/sorbet-files-update  
						
						 
						
						... 
						
						
						
						sorbet: Update RBI files. 
						
						
							
						
					 
					
						2023-07-11 10:48:30 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38c00934d6 
							
						 
					 
					
						
						
							
							os/mac/mach: better typechecking fix  
						
						 
						
						... 
						
						
						
						Co-authored-by: Douglas Eichelberger <dduugg@users.noreply.github.com> 
						
						
							
						
					 
					
						2023-07-12 01:24:19 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88a14c644c 
							
						 
					 
					
						
						
							
							os/mac/mach: fix type-checking error  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-11 22:49:06 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0cf86fa62b 
							
						 
					 
					
						
						
							
							sorbet: Update RBI files.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow. 
						
						
							
						
					 
					
						2023-07-11 00:28:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							18b4fc4ba5 
							
						 
					 
					
						
						
							
							Merge pull request  #15650  from Bo98/disabled-dependents-audit  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-11 06:10:14 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cff8d8c155 
							
						 
					 
					
						
						
							
							Merge pull request  #15571  from gerlero/relocate-relative-names  
						
						 
						
						... 
						
						
						
						mac/keg_relocate: use relative install names 
						
						
							
						
					 
					
						2023-07-11 04:38:26 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8adac8a53e 
							
						 
					 
					
						
						
							
							Merge pull request  #15659  from SMillerDev/fix/analytics/source  
						
						 
						
						... 
						
						
						
						analytics: use new AWS based influxdb 
						
						
							
						
					 
					
						2023-07-10 20:19:29 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sean Molenaar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc48930a59 
							
						 
					 
					
						
						
							
							analytics: use new AWS based influxdb  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-10 20:47:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nanda H Krishna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b0d38633c9 
							
						 
					 
					
						
						
							
							Merge pull request  #15658  from Homebrew/sponsors-maintainers-man-completions  
						
						 
						
						... 
						
						
						
						Update manpage and completions. 
						
						
							
						
					 
					
						2023-07-10 14:39:57 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Knibbe 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88e39d55ae 
							
						 
					 
					
						
						
							
							Merge pull request  #15652  from andy9a9/docs/tap  
						
						 
						
						... 
						
						
						
						docs: Add info about tap creation 
						
						
							
						
					 
					
						2023-07-10 13:57:21 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ba1e5e26a 
							
						 
					 
					
						
						
							
							Update manpage and completions.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
							
						
					 
					
						2023-07-10 17:53:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c72df5213 
							
						 
					 
					
						
						
							
							Merge pull request  #15643  from carlocab/cache-bottle-tag  
						
						 
						
						... 
						
						
						
						cmd/--cache: undeprecate `--bottle-tag` 
						
						
							
						
					 
					
						2023-07-11 01:52:42 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7988f2ae1c 
							
						 
					 
					
						
						
							
							Merge pull request  #15657  from Bo98/livecheck-no-api  
						
						 
						
						... 
						
						
						
						livecheck: fix implicit no-api handling 
						
						
							
						
					 
					
						2023-07-10 15:06:30 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54a1f2005a 
							
						 
					 
					
						
						
							
							livecheck: fix implicit no-api handling  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-10 14:50:53 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrej Valek 
							
						 
					 
					
						
						
						
						
							
						
						
							f350c9ded0 
							
						 
					 
					
						
						
							
							docs: Add info about tap creation  
						
						 
						
						... 
						
						
						
						Tap directories for furmulae/casks have to be created manually.
Signed-off-by: Andrej Valek <andy@skyrain.eu> 
						
						
							
						
					 
					
						2023-07-10 13:38:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Osama Albahrani 
							
						 
					 
					
						
						
						
						
							
						
						
							64b6479100 
							
						 
					 
					
						
						
							
							brew.sh: fix HOMEBREW_PREFIX if /home is a symlink  
						
						 
						
						... 
						
						
						
						Correct `HOMEBREW_PREFIX`, and its only dependent up to that point, `HOMEBREW_REPOSITORY`, if the defaults contain symlinks. For example:
```console
$ realpath /home/linuxbrew/.linuxbrew
/var/home/linuxbrew/.linuxbrew
$ ls -ld /home
lrwxrwxrwx. 4 root root 8 Jun 29 22:29 /home -> var/home
```
I was hoping to correct `HOMEBREW_PREFIX` from the start (in `bin/brew`), but the default prefixes are in `brew.sh`. See #15656  for a discussion on this middleground solution.
Co-Authored-By: rohanssrao <17805516+rohanssrao@users.noreply.github.com>
Co-Authored-By: Bo Anderson <mail@boanderson.me> 
						
						
							
						
					 
					
						2023-07-09 18:33:31 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Osama Albahrani 
							
						 
					 
					
						
						
						
						
							
						
						
							287a359a74 
							
						 
					 
					
						
						
							
							brew.sh: set HOMEBREW_CELLAR after default prefix  
						
						 
						
						... 
						
						
						
						Fixes  #14557 . This allows correcting the prefix variables first. See #15656 .
Co-Authored-By: rohanssrao <17805516+rohanssrao@users.noreply.github.com> 
						
						
							
						
					 
					
						2023-07-09 18:33:04 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5b30de880d 
							
						 
					 
					
						
						
							
							Merge pull request  #15649  from Bo98/uses_from_macos-audit-fix  
						
						 
						
						... 
						
						
						
						formula_auditor: fix macOS system dependency false positive 
						
						
							
						
					 
					
						2023-07-09 15:25:17 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							900513dffe 
							
						 
					 
					
						
						
							
							Merge pull request  #15655  from issyl0/ignore-prs-in-open-issues-message  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-09 11:19:12 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9d8fd4f79 
							
						 
					 
					
						
						
							
							Enable issues_for_formula to show only issues, only PRs, or both  
						
						 
						
						... 
						
						
						
						- This change is useful for the "these issues are also open for this
  build failure" exception. Hopefully there'll be less noise on PRs with
  people encouraging us to fix things faster if we don't link them to
  WIP PRs (or any PRs at all).
- Fixes https://github.com/Homebrew/brew/issues/  15608. 
						
						
							
						
					 
					
						2023-07-08 22:15:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nanda H Krishna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4bbc0af693 
							
						 
					 
					
						
						
							
							Merge pull request  #15651  from Homebrew/sorbet-files-update  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-07 22:51:56 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfeb4fc642 
							
						 
					 
					
						
						
							
							sorbet: Update RBI files.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow. 
						
						
							
						
					 
					
						2023-07-08 00:29:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c9444a227 
							
						 
					 
					
						
						
							
							formula_auditor: check disabled formulae have disabled dependents  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-07 23:48:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9dc459b026 
							
						 
					 
					
						
						
							
							formula_auditor: fix macOS system dependency false positive  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-07 23:45:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4054ab6560 
							
						 
					 
					
						
						
							
							Merge pull request  #15638  from Bo98/ci-messages  
						
						 
						
						... 
						
						
						
						cmd/update-report: tweak messages for CI 
						
						
							
						
					 
					
						2023-07-07 21:37:19 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b128579d8 
							
						 
					 
					
						
						
							
							Merge pull request  #15648  from Bo98/tap-fix  
						
						 
						
						... 
						
						
						
						tap: fix handling of taps without formulae 
						
						
							
						
					 
					
						2023-07-07 21:18:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							623eeb4e47 
							
						 
					 
					
						
						
							
							cmd/update-report: tweak messages for CI  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-07 21:10:21 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a9e69ffdf 
							
						 
					 
					
						
						
							
							tap: fix handling of taps without formulae  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-07 20:58:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf180bbc96 
							
						 
					 
					
						
						
							
							Merge pull request  #15647  from Bo98/update-fix  
						
						 
						
						... 
						
						
						
						cmd/update: adjustments for setup-homebrew in brew CI 
						
						
							
						
					 
					
						2023-07-07 20:53:04 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc7a47d0ac 
							
						 
					 
					
						
						
							
							test: drop deprecated uses_from_macos_elements checks  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-07 20:35:54 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8f13cfc529 
							
						 
					 
					
						
						
							
							cmd/update: adjustments for setup-homebrew in brew CI  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-07 19:53:50 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f44e74dc34 
							
						 
					 
					
						
						
							
							cmd/--cache: undeprecate --bottle-tag  
						
						 
						
						... 
						
						
						
						This is useful for quickly examining bottles with something like
    brew fetch --bottle-tag=$tag $formula && \
      tar xf "$(brew --cache --bottle-tag=$tag $formula)"
See discussion at #15632 . 
						
						
							
						
					 
					
						2023-07-07 15:09:21 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb6178596b 
							
						 
					 
					
						
						
							
							Merge pull request  #15632  from MikeMcQuaid/deprecate_disable_delete  
						
						 
						
						... 
						
						
						
						Deprecate/disable/delete code. 
						
						
							
						
					 
					
						2023-07-07 07:57:50 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Gerlero 
							
						 
					 
					
						
						
						
						
							
						
						
							15a0c7fd7d 
							
						 
					 
					
						
						
							
							linkage_checker: resolve some variable install names on macOS  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-06 14:15:14 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Gerlero 
							
						 
					 
					
						
						
						
						
							
						
						
							4cfe70ce50 
							
						 
					 
					
						
						
							
							mac/keg_relocate: use relative install names  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-06 13:34:14 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f9ae1edeb 
							
						 
					 
					
						
						
							
							Merge pull request  #15634  from Homebrew/install_from_api_setup_homebrew  
						
						 
						
						... 
						
						
						
						workflows: improve setup-homebrew and API usage. 
						
						
							
						
					 
					
						2023-07-06 17:22:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							36dfbb515d 
							
						 
					 
					
						
						
							
							Merge pull request  #15636  from mfloryan/patch-1  
						
						 
						
						... 
						
						
						
						App Management message reflects new System Settings labels 
						
						
							
						
					 
					
						2023-07-06 16:59:20 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7da934f7e2 
							
						 
					 
					
						
						
							
							Deprecate/disable/delete code.  
						
						 
						
						... 
						
						
						
						The next release after this is merged will be 4.1.0.
Co-authored-by: Markus Reiter <me@reitermark.us> 
						
						
							
						
					 
					
						2023-07-06 16:56:20 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5121567a9a 
							
						 
					 
					
						
						
							
							workflows: improve setup-homebrew and API usage.  
						
						 
						
						... 
						
						
						
						- `HOMEBREW_NO_INSTALL_FROM_API` was passed in a few places
  unnecessarily
- https://github.com/Homebrew/actions/pull/393  will change the default
  behaviour of setup-homebrew so let's be explicit to speed things up
  and avoid changes when it's merged 
						
						
							
						
					 
					
						2023-07-06 16:54:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b4cfb0337 
							
						 
					 
					
						
						
							
							Merge pull request  #15637  from MikeMcQuaid/api_auto_update_secs_default  
						
						 
						
						... 
						
						
						
						cmd/update-report: use api_auto_update_secs default. 
						
						
							
  4.0.28
 
						
					 
					
						2023-07-06 15:06:53 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eadac2fb2a 
							
						 
					 
					
						
						
							
							cask/quarantine: tweak wording.  
						
						 
						
						
						
						
							
						
					 
					
						2023-07-06 14:10:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28817dfe6c 
							
						 
					 
					
						
						
							
							cmd/update-report: use api_auto_update_secs default.  
						
						 
						
						... 
						
						
						
						Otherwise this can be printed incorrectly.
As reported in https://github.com/Homebrew/brew/pull/14592#issuecomment-1623578695  
						
						
							
						
					 
					
						2023-07-06 13:58:24 +01:00