Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a29b5c34d2 
							
						 
					 
					
						
						
							
							GithubRelease: Rework documentation comments  
						
						... 
						
						
						
						The initial documentation comments contained some remaining text
referring to `GithubLatest` and hadn't been updated to incorporate
the recent changes to the aforementioned strategy. This also reworks
some of the language to better explain the strategy's function,
application, etc. 
						
						
					 
					
						2023-05-16 14:18:22 -04:00 
						 
				 
			
				
					
						
							
							
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1dd7556c74 
							
						 
					 
					
						
						
							
							GithubLatest: Tweak documentation comments  
						
						
						
						
					 
					
						2023-05-16 14:18:22 -04:00 
						 
				 
			
				
					
						
							
							
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db7a6baa33 
							
						 
					 
					
						
						
							
							GithubLatest: Fix test for GithubRelease changes  
						
						... 
						
						
						
						`GithubLatest` was updated to use parts of `GithubRelease` and this
works fine within `brew livecheck` (since we `require` all the
strategies) but we need to explicitly `require` `GithubRelease` in
the `GithubLatest` test file now. Without this, we encounter errors
in parts of `GithubLatest` where `GithubRelease` is referenced. 
						
						
					 
					
						2023-05-16 14:18:22 -04:00 
						 
				 
			
				
					
						
							
							
								Sean Molenaar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5139b9b468 
							
						 
					 
					
						
						
							
							feat: add github_release strategy  
						
						
						
						
					 
					
						2023-05-16 14:18:22 -04:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb143b14d0 
							
						 
					 
					
						
						
							
							Merge pull request  #15421  from apainintheneck/add-dry-run-for-generate-api-cmds  
						
						... 
						
						
						
						dev-cmd/generate-*-api: add dry run option 
						
						
					 
					
						2023-05-16 17:32:31 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59c4bb45e5 
							
						 
					 
					
						
						
							
							Merge pull request  #15437  from samford/livecheck/update-curl_headers-args  
						
						... 
						
						
						
						Strategy: Pass --max-redirs to #curl_headers 
						
						
					 
					
						2023-05-16 17:31:57 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7cc9a8b41 
							
						 
					 
					
						
						
							
							Fix BundleVersion comparison.  
						
						
						
						
					 
					
						2023-05-16 14:23:15 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53de9f38a2 
							
						 
					 
					
						
						
							
							Merge pull request  #15430  from reitermarkus/cask-inspect  
						
						... 
						
						
						
						Simplify `Cask#inspect`. 
						
						
					 
					
						2023-05-16 11:08:01 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34dd47d7d4 
							
						 
					 
					
						
						
							
							Merge pull request  #15434  from reitermarkus/formula-loaded-from-api  
						
						... 
						
						
						
						Add `Formula#loaded_from_api?`. 
						
						
					 
					
						2023-05-16 11:07:06 +02:00 
						 
				 
			
				
					
						
							
							
								apainintheneck 
							
						 
					 
					
						
						
						
						
							
						
						
							358a2ce788 
							
						 
					 
					
						
						
							
							dev-cmd/generate-*-api: add dry run option  
						
						... 
						
						
						
						There are two reasons for this:
- Makes it easier to run this command as a sanity check without
  having to create a temporary directory
- Is somewhat faster since you don't have to write thousands of files 
						
						
					 
					
						2023-05-15 18:29:49 -07:00 
						 
				 
			
				
					
						
							
							
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bcddf99838 
							
						 
					 
					
						
						
							
							Strategy: Pass --max-redirs to #curl_headers  
						
						... 
						
						
						
						The default curl args in `#curl_headers` cover most of
`Livecheck::Strategy::DEFAULT_CURL_ARGS` but `--max-redirs` was
overlooked. This adds an explicit `--max-redirs` argument in
the `#page_headers` `#curl_headers` call but it's worth mentioning
that this approach wouldn't benefit from any changes in
`DEFAULT_CURL_ARGS` and would need to be manually kept in parity. 
						
						
					 
					
						2023-05-15 13:14:13 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f60612e6b2 
							
						 
					 
					
						
						
							
							Add Formula#loaded_from_api?.  
						
						
						
						
					 
					
						2023-05-15 13:58:33 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2f9c1868aa 
							
						 
					 
					
						
						
							
							Don't special-case message for outdated casks that aren't installed.  
						
						
						
						
					 
					
						2023-05-15 11:42:01 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89292f47b5 
							
						 
					 
					
						
						
							
							Simplify Cask#inspect.  
						
						
						
						
					 
					
						2023-05-15 10:17:17 +02:00 
						 
				 
			
				
					
						
							
							
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28c593ed6a 
							
						 
					 
					
						
						
							
							simulate_system: fix tap_syntax job errors  
						
						... 
						
						
						
						Fixes
    Error: Cannot simulate :ventura :intel while already simulating :macos.
See https://github.com/Homebrew/homebrew-core/actions/runs/4974116510/jobs/8900390980#step:4:24 . 
						
						
					 
					
						2023-05-15 13:44:51 +08:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c80308290 
							
						 
					 
					
						
						
							
							Merge pull request  #15419  from reitermarkus/tag-standardized-arch  
						
						... 
						
						
						
						Compare `Tag` using `standardized_arch`. 
						
						
					 
					
						2023-05-14 21:45:24 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ae5ae243a 
							
						 
					 
					
						
						
							
							Merge pull request  #15414  from reitermarkus/rmdir-sudo  
						
						... 
						
						
						
						Use `sudo` for `rmdir` if necessary. 
						
						
					 
					
						2023-05-14 21:42:00 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94d6213196 
							
						 
					 
					
						
						
							
							Merge pull request  #15418  from reitermarkus/simplify-hash-merge  
						
						... 
						
						
						
						Simplify hash merge. 
						
						
					 
					
						2023-05-14 21:41:39 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d2231086bd 
							
						 
					 
					
						
						
							
							Merge pull request  #15420  from reitermarkus/simulate-system-with  
						
						... 
						
						
						
						Add `SimulateSystem::with`. 
						
						
					 
					
						2023-05-14 21:41:20 +02:00 
						 
				 
			
				
					
						
							
							
								John Clark 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a6568b566 
							
						 
					 
					
						
						
							
							Update update-report.rb  
						
						... 
						
						
						
						Error: uninitialized constant Cask::Migrator
Please report this issue:
  https://docs.brew.sh/Troubleshooting 
/usr/local/Homebrew/Library/Homebrew/cmd/update-report.rb:591:in `block in migrate_cask_rename'
/usr/local/Homebrew/Library/Homebrew/cmd/update-report.rb:590:in `each'
/usr/local/Homebrew/Library/Homebrew/cmd/update-report.rb:590:in `migrate_cask_rename'
/usr/local/Homebrew/Library/Homebrew/cmd/update-report.rb:250:in `each'
/usr/local/Homebrew/Library/Homebrew/cmd/update-report.rb:250:in `output_update_report'
/usr/local/Homebrew/Library/Homebrew/cmd/update-report.rb:41:in `update_report'
/usr/local/Homebrew/Library/Homebrew/brew.rb:94:in `<main>' 
						
						
					 
					
						2023-05-14 15:12:11 -04:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3dabf504bd 
							
						 
					 
					
						
						
							
							Merge pull request  #15176  from reitermarkus/cask-renames  
						
						... 
						
						
						
						Implement cask renames. 
						
						
					 
					
						2023-05-14 19:46:56 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d56b97b07 
							
						 
					 
					
						
						
							
							Add SimulateSystem::with.  
						
						
						
						
					 
					
						2023-05-14 01:45:04 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c3e8255cf 
							
						 
					 
					
						
						
							
							Compare Tag using standardized_arch.  
						
						
						
						
					 
					
						2023-05-13 22:19:35 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							023238a761 
							
						 
					 
					
						
						
							
							Simplify hash merge.  
						
						
						
						
					 
					
						2023-05-13 22:18:17 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							935c5efaf8 
							
						 
					 
					
						
						
							
							Use sudo for rmdir if necessary.  
						
						
						
						
					 
					
						2023-05-13 06:46:59 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d7a0e260e8 
							
						 
					 
					
						
						
							
							Improve Cask::Utils.gain_permissions_remove for symlinks.  
						
						
						
						
					 
					
						2023-05-13 03:54:48 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e483c9a0e 
							
						 
					 
					
						
						
							
							Add test for Cask::Utils::gain_permissions_mkpath.  
						
						
						
						
					 
					
						2023-05-13 03:42:00 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c71d9dcd8 
							
						 
					 
					
						
						
							
							Use sudo for symlinks if necessary.  
						
						
						
						
					 
					
						2023-05-13 03:42:00 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1dd95d6ee 
							
						 
					 
					
						
						
							
							Merge pull request  #15412  from JBYoshi/cask-upgrade/named-params  
						
						... 
						
						
						
						Fix typing on revert_upgrade(). 
						
						
					 
					
						2023-05-12 22:32:11 +02:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad8ce82673 
							
						 
					 
					
						
						
							
							Fix typing on revert_upgrade().  
						
						... 
						
						
						
						Also adds several type signature checks to test for these errors. 
						
						
					 
					
						2023-05-12 14:53:27 -05:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3231a03fa 
							
						 
					 
					
						
						
							
							Implement cask renames.  
						
						
						
						
					 
					
						2023-05-12 21:17:30 +02:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3852582d9f 
							
						 
					 
					
						
						
							
							Update RBI files for thor.  
						
						... 
						
						
						
						Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow. 
						
						
					 
					
						2023-05-12 19:05:40 +00:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e588581de 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						
						
						
					 
					
						2023-05-12 19:00:59 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa47457378 
							
						 
					 
					
						
						
							
							Bump thor from 1.2.1 to 1.2.2 in /Library/Homebrew  
						
						... 
						
						
						
						Bumps [thor](https://github.com/rails/thor ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/rails/thor/releases )
- [Commits](https://github.com/rails/thor/compare/v1.2.1...v1.2.2 )
---
updated-dependencies:
- dependency-name: thor
  dependency-type: indirect
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-05-12 18:57:36 +00:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1c7f12fbb 
							
						 
					 
					
						
						
							
							Clean up allow and expect.  
						
						
						
						
					 
					
						2023-05-12 09:57:12 -05:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a3b8923f2 
							
						 
					 
					
						
						
							
							More test cleanup.  
						
						
						
						
					 
					
						2023-05-12 09:52:57 -05:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ddeba6de6 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into cask-upgrade/wildcards  
						
						
						
						
					 
					
						2023-05-12 09:46:01 -05:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d697037aca 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into cask-upgrade/wildcards  
						
						
						
						
					 
					
						2023-05-11 17:32:36 -05:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5e23a0563a 
							
						 
					 
					
						
						
							
							Switch base case expect() to allow().  
						
						
						
						
					 
					
						2023-05-11 17:10:41 -05:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a108d3db0 
							
						 
					 
					
						
						
							
							Merge and_call_original instruction into expect() calls.  
						
						
						
						
					 
					
						2023-05-11 17:09:27 -05:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c5926241a8 
							
						 
					 
					
						
						
							
							Don't fail auditing empty tap.  
						
						
						
						
					 
					
						2023-05-11 21:52:36 +02:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84ad387661 
							
						 
					 
					
						
						
							
							Clean up code for feedback.  
						
						
						
						
					 
					
						2023-05-11 13:29:56 -05:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29c9921726 
							
						 
					 
					
						
						
							
							Also use / above.  
						
						
						
						
					 
					
						2023-05-11 12:47:37 -05:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0e64e2c57 
							
						 
					 
					
						
						
							
							Use / for path concatenation.  
						
						
						
						
					 
					
						2023-05-11 12:46:05 -05:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1780c842c 
							
						 
					 
					
						
						
							
							Improve unit test to make sure the sudo version is used.  
						
						
						
						
					 
					
						2023-05-11 12:44:35 -05:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c9c089b68 
							
						 
					 
					
						
						
							
							Improve #to_str and #to_json for Version::NULL.  
						
						
						
						
					 
					
						2023-05-11 19:16:42 +02:00 
						 
				 
			
				
					
						
							
							
								JBYoshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e8232de39 
							
						 
					 
					
						
						
							
							Replace wildcard copy with a loop over children.  
						
						... 
						
						
						
						Fixes one of the errors in https://github.com/orgs/Homebrew/discussions/4498  (specifically "cp: [...].app/*:
No such file or directory"). 
						
						
					 
					
						2023-05-11 11:47:16 -05:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0daa4d98cf 
							
						 
					 
					
						
						
							
							cleanup: fix version error for cache items without a version  
						
						
						
						
					 
					
						2023-05-11 13:44:26 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							082017e93d 
							
						 
					 
					
						
						
							
							Merge pull request  #15402  from Bo98/tab-version-type-fix  
						
						... 
						
						
						
						tab: fix typing of versions 
						
						
					 
					
						2023-05-11 13:08:25 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							289fb5b393 
							
						 
					 
					
						
						
							
							tab: fix typing of versions  
						
						
						
						
					 
					
						2023-05-11 12:33:27 +01:00