Browse Source

Merge pull request #2589 from spamguy/homebrew

Bump homebrew to 4.6.15
Simon Legner 2 months ago
parent
commit
d77fd62500
2 changed files with 11 additions and 2 deletions
  1. 10 1
      lib/docs/filters/homebrew/entries.rb
  2. 1 1
      lib/docs/scrapers/homebrew.rb

+ 10 - 1
lib/docs/filters/homebrew/entries.rb

@@ -11,16 +11,25 @@ module Docs
       CONTRIBUTOR_SLUGS = %w(
         How-To-Open-a-Homebrew-Pull-Request
         Formula-Cookbook
+        Cask-Cookbook
         Acceptable-Formulae
+        Acceptable-Casks
+        License-Guidelines
         Versions
+        Deprecating-Disabling-and-Removing-Formulae
         Node-for-Formula-Authors
         Python-for-Formula-Authors
+        Brew-Livecheck
+        Autobump
         Migrating-A-Formula-To-A-Tap
         Rename-A-Formula
         Building-Against-Non-Homebrew-Dependencies
         How-to-Create-and-Maintain-a-Tap
         Brew-Test-Bot
-        Prose-Style-Guidelines)
+        Prose-Style-Guidelines
+        Typechecking
+        Reproducible-Builds
+      )
 
       def get_type
         if CONTRIBUTOR_SLUGS.include?(slug)

+ 1 - 1
lib/docs/scrapers/homebrew.rb

@@ -2,7 +2,7 @@ module Docs
   class Homebrew < UrlScraper
     self.name = 'Homebrew'
     self.type = 'simple'
-    self.release = '3.5.10'
+    self.release = '4.6.15'
     self.base_url = 'https://docs.brew.sh/'
     self.links = {
       home: 'https://brew.sh',