Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5e47d3a4c9 
							
						 
					 
					
						
						
							
							Merge pull request  #16152  from Bo98/runtime-dep-revision  
						
						 
						
						... 
						
						
						
						Store and use revision in tab runtime dependencies 
						
						
							
						
					 
					
						2023-11-10 19:31:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							19f27f9a20 
							
						 
					 
					
						
						
							
							Store and use revision, where possible, in tab runtime dependencies.  
						
						 
						
						... 
						
						
						
						Let's start storing `revision` and `pkg_version` for tab runtime
dependencies and use them when available.
When the `revision` is not available, use a conservative approach to
deciding whether dependencies need to be upgrade.
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com> 
						
						
							
						
					 
					
						2023-11-10 18:24:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22a56e896e 
							
						 
					 
					
						
						
							
							Merge pull request  #16202  from ZhongRuoyu/digest-sha256  
						
						 
						
						... 
						
						
						
						utils/curl: fix `Digest::SHA256` typo 
						
						
							
						
					 
					
						2023-11-10 16:55:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ruoyu Zhong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac7a1bf775 
							
						 
					 
					
						
						
							
							utils/curl: fix Digest::SHA256 typo  
						
						 
						
						... 
						
						
						
						Should fix the error seen in Homebrew/homebrew-core#153647  [^1]. This
was introduced in e5d656bcce8 and `Digest::256` seems to be the intended
one.
[^1]: https://github.com/Homebrew/homebrew-core/actions/runs/6805354565/job/18504732312?pr=153647#step:4:36  
						
						
							
						
					 
					
						2023-11-10 23:12:08 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a808e30141 
							
						 
					 
					
						
						
							
							Merge pull request  #16199  from MikeMcQuaid/utils_gems_ruby3_tweaks  
						
						 
						
						... 
						
						
						
						utils/gems: improve behaviour (particularly with Ruby 3) 
						
						
							
						
					 
					
						2023-11-09 15:07:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e9aae0f8b0 
							
						 
					 
					
						
						
							
							utils/gems: improve behaviour (particularly with Ruby 3)  
						
						 
						
						... 
						
						
						
						- Use `Tempfile.new` with a mode argument to avoid the default behaviour
  of creating a file with mode 0600 (only user-readable).
- Avoid writing the file if it already exists and the contents are
  unchanged. 
						
						
							
						
					 
					
						2023-11-09 14:57:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fd6d412b01 
							
						 
					 
					
						
						
							
							Merge pull request  #16197  from bevanjkay/url-type-fix  
						
						 
						
						... 
						
						
						
						`cask/url` headers parameter type fix 
						
						
							
						
					 
					
						2023-11-09 02:08:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bevan Kay 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5f79980938 
							
						 
					 
					
						
						
							
							cask/url headers parameter type fix 
						
						 
						
						
						
						
							
						
					 
					
						2023-11-09 10:23:13 +11:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ae64469d5a 
							
						 
					 
					
						
						
							
							Merge pull request  #16193  from Bo98/smarter-gem-cleanup  
						
						 
						
						... 
						
						
						
						cleanup: smarter gem handling 
						
						
							
						
					 
					
						2023-11-08 17:34:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12d491b872 
							
						 
					 
					
						
						
							
							Merge pull request  #16195  from apainintheneck/fix-descriptions-search-and-eval-all  
						
						 
						
						... 
						
						
						
						cmd/desc: fix handling of `--eval-all` with formulae 
						
						
							
						
					 
					
						2023-11-08 17:34:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								apainintheneck 
							
						 
					 
					
						
						
						
						
							
						
						
							9a90c0fdfa 
							
						 
					 
					
						
						
							
							cmd/desc: fix handling of --eval-all with formulae  
						
						 
						
						... 
						
						
						
						This was caused by some refactoring of `Formula.all` a few months ago.
In this case, `eval-all` was not propagated to the Formula.all command
which caused a few different description related commands not to work.
Broken commands:
- `brew search --desc --eval-all TERM`
- `brew desc --search --eval-all TERM`
- `brew desc --descriptions --eval-all TERM` 
						
						
							
						
					 
					
						2023-11-07 20:35:51 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c819100fe 
							
						 
					 
					
						
						
							
							cleanup: smarter gem handling  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-07 22:28:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3baec056e7 
							
						 
					 
					
						
						
							
							Merge pull request  #16192  from Bo98/system-ruby-3  
						
						 
						
						... 
						
						
						
						Support system Ruby 3 on Linux 
						
						
							
						
					 
					
						2023-11-07 21:07:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							386fd0548a 
							
						 
					 
					
						
						
							
							Support system Ruby 3 on Linux  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-07 19:27:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c7cd3c0fd 
							
						 
					 
					
						
						
							
							Merge pull request  #16191  from Bo98/rubydoc-ruby  
						
						 
						
						... 
						
						
						
						workflows/docs: bump rubydoc test Ruby 
						
						
							
						
					 
					
						2023-11-07 16:12:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a90d829e2 
							
						 
					 
					
						
						
							
							workflows/docs: bump rubydoc test Ruby  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-07 15:20:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff404fe5ab 
							
						 
					 
					
						
						
							
							Merge pull request  #16184  from dduugg/rm-try  
						
						 
						
						... 
						
						
						
						Remove use of ActiveSupport try 
						
						
							
						
					 
					
						2023-11-06 13:11:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d4bf3b0685 
							
						 
					 
					
						
						
							
							Merge pull request  #16183  from dduugg/sorbet-updates  
						
						 
						
						... 
						
						
						
						Sorbet updates for compatibility with recent releases 
						
						
							
						
					 
					
						2023-11-06 13:10:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0373b80628 
							
						 
					 
					
						
						
							
							Merge pull request  #16187  from niu541412/master  
						
						 
						
						... 
						
						
						
						Fix TypeError when building from source with gcc compiler in some MacOS version 
						
						
							
						
					 
					
						2023-11-06 13:07:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fce60eed5e 
							
						 
					 
					
						
						
							
							Merge pull request  #16013  from razvanazamfirei/cask-audit-min-os  
						
						 
						
						... 
						
						
						
						cask/audit: add audit_min_os 
						
						
							
						
					 
					
						2023-11-06 13:06:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f745d04d9 
							
						 
					 
					
						
						
							
							Merge pull request  #16186  from Homebrew/sponsors-maintainers-man-completions  
						
						 
						
						... 
						
						
						
						Update maintainers. 
						
						
							
  4.1.19
 
						
					 
					
						2023-11-06 14:35:24 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shu Niu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2809678f77 
							
						 
					 
					
						
						
							
							Fix TypeError with gcc compiler in deprecated MacOS  
						
						 
						
						... 
						
						
						
						In some deprecated MacOS, e.g.10.13 High Sierra, when compiling formulae with --cc=gcc-XX, homebrew will raise "TypeError: Return value: Expected type Symbol, got type String with value".
Convert "other" string to symbol to solve this. 
						
						
							
						
					 
					
						2023-11-06 14:08:41 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df87dfba1e 
							
						 
					 
					
						
						
							
							Update maintainers.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow. 
						
						
							
						
					 
					
						2023-11-06 00:06:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Razvan Azamfirei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df2aee4553 
							
						 
					 
					
						
						
							
							audit: add extract artifcats method  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 17:18:32 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Razvan Azamfirei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e60523766e 
							
						 
					 
					
						
						
							
							audit: code review changes  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 17:18:32 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Razvan Azamfirei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c90e6e7b4b 
							
						 
					 
					
						
						
							
							cask/audit: add audit_min_os  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 17:18:31 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							57baeb850d 
							
						 
					 
					
						
						
							
							Revert "bundle update sorbet-static-and-runtime"  
						
						 
						
						... 
						
						
						
						This reverts commit c889eb5c661c5c473e3e8fe1f9e4b2fe2fea4c23. 
						
						
							
						
					 
					
						2023-11-05 12:24:19 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							bf33991d80 
							
						 
					 
					
						
						
							
							Revert "git grep -l '10461' | xargs gsed -i 's|10461|11116|g'"  
						
						 
						
						... 
						
						
						
						This reverts commit 61691aa48a27d867687396e75cc3d67a16766dc5. 
						
						
							
						
					 
					
						2023-11-05 12:24:12 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							3c0506e276 
							
						 
					 
					
						
						
							
							Fix tag_to_cellar  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 12:23:42 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							ca90f9866a 
							
						 
					 
					
						
						
							
							Resolve type error  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 12:18:31 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							75179e9239 
							
						 
					 
					
						
						
							
							brew style --fix  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 12:18:31 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2fd99da94c 
							
						 
					 
					
						
						
							
							Merge pull request  #16180  from Bo98/tap-repair-fix  
						
						 
						
						... 
						
						
						
						tap: fix repair not working in some cases 
						
						
							
						
					 
					
						2023-11-05 20:05:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							00ba09d73d 
							
						 
					 
					
						
						
							
							Remove use of ActiveSupport try  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 09:28:19 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							0191af7899 
							
						 
					 
					
						
						
							
							resolve typecheck errors  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 08:55:58 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							61691aa48a 
							
						 
					 
					
						
						
							
							git grep -l '10461' | xargs gsed -i 's|10461|11116|g'  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 08:46:35 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							c889eb5c66 
							
						 
					 
					
						
						
							
							bundle update sorbet-static-and-runtime  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 08:44:36 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							930f24b63f 
							
						 
					 
					
						
						
							
							Merge pull request  #16182  from Bo98/formula_auditor-nil-tap  
						
						 
						
						... 
						
						
						
						formula_auditor: handle nil tap 
						
						
							
						
					 
					
						2023-11-05 01:14:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21f8bf2368 
							
						 
					 
					
						
						
							
							Merge pull request  #16181  from Bo98/manpages-ruby3  
						
						 
						
						... 
						
						
						
						manpages: fix error under Ruby 3 
						
						
							
						
					 
					
						2023-11-05 01:12:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79441447f8 
							
						 
					 
					
						
						
							
							formula_auditor: handle nil tap  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 00:59:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fa5ca71749 
							
						 
					 
					
						
						
							
							manpages: fix error under Ruby 3  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 00:54:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34e4ec2460 
							
						 
					 
					
						
						
							
							tap: fix repair not working in some cases  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-05 00:44:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e002907b14 
							
						 
					 
					
						
						
							
							Merge pull request  #16179  from gregorynisbet-google/2023-11-04-fix-cd  
						
						 
						
						... 
						
						
						
						[shell] Override CDPATH in brew script. 
						
						
							
						
					 
					
						2023-11-05 00:23:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg NISBET 
							
						 
					 
					
						
						
						
						
							
						
						
							077eee8f86 
							
						 
					 
					
						
						
							
							[shell] Override CDPATH in brew script.  
						
						 
						
						... 
						
						
						
						The CDPATH environment variable can affect the behavior of
`cd`, and `cd` takes the `-P`, `-L` and `-e` flags.
(I didn't know about `-e` until looking at the source)
Make quietcd more robust by setting the CDPATH to ''.
I tested this change by running the following commands from a nonstandard
directory, which caused some of tcsh's and perl's dependencies to be recompiled.
$ [path to brew] install tcsh
$ [path to brew] install perl
Here's a link to the source code of `cd` in a mirror of the bash repo.
ec8113b986/builtins/cd.def (L267) 
						
						
							
						
					 
					
						2023-11-04 16:21:31 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							735bc219eb 
							
						 
					 
					
						
						
							
							Merge pull request  #16177  from Homebrew/dependabot/bundler/Library/Homebrew/racc-1.7.3  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump racc from 1.7.2 to 1.7.3 in /Library/Homebrew 
						
						
							
						
					 
					
						2023-11-04 21:57:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1e1fa2d1a4 
							
						 
					 
					
						
						
							
							Merge pull request  #16178  from p-linnane/env_config-update  
						
						 
						
						... 
						
						
						
						Manpage: update GitHub rate limit link 
						
						
							
						
					 
					
						2023-11-04 21:57:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c3eaf6832 
							
						 
					 
					
						
						
							
							Manpage: update GitHub rate limit link  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-04 12:48:00 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8617e85f5f 
							
						 
					 
					
						
						
							
							Update RBI files for racc.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow. 
						
						
							
						
					 
					
						2023-11-04 18:45:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5ca3d5795 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2023-11-04 18:40:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f6aba3dfb 
							
						 
					 
					
						
						
							
							build(deps-dev): bump racc from 1.7.2 to 1.7.3 in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [racc](https://github.com/tenderlove/racc ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/tenderlove/racc/releases )
- [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog )
- [Commits](https://github.com/tenderlove/racc/compare/v1.7.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: racc
  dependency-type: indirect
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2023-11-04 18:34:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8290c2ed4 
							
						 
					 
					
						
						
							
							Merge pull request  #16176  from MikeMcQuaid/cask_json_installed_time  
						
						 
						
						... 
						
						
						
						cask: add `installed_time` to JSON output. 
						
						
							
						
					 
					
						2023-11-03 11:51:12 +00:00