Skip to content

Commit 5228d1d

Browse files
committed
Bump homebrew to 4.6.15
1 parent dd436a7 commit 5228d1d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

lib/docs/filters/homebrew/entries.rb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

lib/docs/scrapers/homebrew.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)