Steve Peters c04631320c upgrade: deduplicate list of outdated dependents
Use `uniq` on the list of outdated dependents to remove
duplicates, similar to a change made in #8500.
2020-09-18 00:58:53 -07:00
..
2020-09-17 14:01:37 +08:00
2020-09-09 22:15:10 +02:00
2020-09-03 13:28:22 +01:00
2020-09-15 13:39:06 +01:00
2020-09-15 17:24:29 +01:00
2020-09-11 10:29:22 +01:00
2020-09-01 14:26:45 +01:00
2020-09-02 12:23:14 -04:00
2020-09-15 13:39:06 +01:00
2020-09-11 10:29:22 +01:00
2020-09-01 14:52:37 +01:00
2020-09-11 10:29:22 +01:00
2020-09-11 10:29:22 +01:00
2020-09-01 14:26:45 +01:00
2020-09-01 14:26:45 +01:00
2020-09-17 15:57:19 +05:30
2020-09-17 04:18:13 +05:30

Homebrew's Formula API

This is the public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!