2020-10-10 14:16:11 +02:00
|
|
|
# typed: true
|
2019-04-19 15:38:03 +09:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-03-04 19:45:21 +01:00
|
|
|
OFFICIAL_CASK_TAPS = %w[
|
|
|
|
cask
|
|
|
|
versions
|
|
|
|
].freeze
|
|
|
|
|
2016-07-04 17:05:37 +01:00
|
|
|
OFFICIAL_CMD_TAPS = {
|
2018-11-02 17:18:07 +00:00
|
|
|
"homebrew/bundle" => ["bundle"],
|
2016-09-24 18:55:03 +01:00
|
|
|
"homebrew/test-bot" => ["test-bot"],
|
2016-07-04 17:05:37 +01:00
|
|
|
"homebrew/services" => ["services"],
|
|
|
|
}.freeze
|
2017-04-22 16:53:48 +01:00
|
|
|
|
|
|
|
DEPRECATED_OFFICIAL_TAPS = %w[
|
2017-10-05 20:33:22 -07:00
|
|
|
apache
|
2017-04-22 16:53:48 +01:00
|
|
|
binary
|
2020-08-13 04:24:37 +02:00
|
|
|
cask-eid
|
2017-04-22 16:53:48 +01:00
|
|
|
completions
|
|
|
|
devel-only
|
|
|
|
dupes
|
|
|
|
emacs
|
|
|
|
fuse
|
|
|
|
games
|
|
|
|
gui
|
|
|
|
head-only
|
2020-08-02 00:59:36 +05:30
|
|
|
livecheck
|
2017-11-17 19:47:38 +00:00
|
|
|
nginx
|
2018-03-31 12:04:35 +01:00
|
|
|
php
|
2017-04-22 16:53:48 +01:00
|
|
|
python
|
2018-01-01 09:33:43 +00:00
|
|
|
science
|
2017-04-22 16:53:48 +01:00
|
|
|
tex
|
|
|
|
versions
|
|
|
|
x11
|
|
|
|
].freeze
|