File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,25 @@ def get_name
1111 CONTRIBUTOR_SLUGS = %w(
1212 How-To-Open-a-Homebrew-Pull-Request
1313 Formula-Cookbook
14+ Cask-Cookbook
1415 Acceptable-Formulae
16+ Acceptable-Casks
17+ License-Guidelines
1518 Versions
19+ Deprecating-Disabling-and-Removing-Formulae
1620 Node-for-Formula-Authors
1721 Python-for-Formula-Authors
22+ Brew-Livecheck
23+ Autobump
1824 Migrating-A-Formula-To-A-Tap
1925 Rename-A-Formula
2026 Building-Against-Non-Homebrew-Dependencies
2127 How-to-Create-and-Maintain-a-Tap
2228 Brew-Test-Bot
23- Prose-Style-Guidelines )
29+ Prose-Style-Guidelines
30+ Typechecking
31+ Reproducible-Builds
32+ )
2433
2534 def get_type
2635 if CONTRIBUTOR_SLUGS . include? ( slug )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
22 class Homebrew < UrlScraper
33 self . name = 'Homebrew'
44 self . type = 'simple'
5- self . release = '3.5.10 '
5+ self . release = '4.6.15 '
66 self . base_url = 'https://docs.brew.sh/'
77 self . links = {
88 home : 'https://brew.sh' ,
You can’t perform that action at this time.
0 commit comments