Jonathan Chang 622e76e7f3 bintray: check remote file hash prior to upload
If the remote file is published and has a hash matching the file we're
about to upload, just skip uploading and publishing it entirely, rather
than bailing out with an error.
2020-10-12 23:53:21 +11:00
..
2020-10-09 09:57:04 +01:00
2020-09-03 13:28:22 +01:00
2020-10-09 16:45:13 +02:00
2020-10-09 16:45:13 +02:00
2020-10-05 15:58:17 +02:00
2020-10-09 11:17:55 +02:00
2020-10-09 16:45:13 +02:00
2020-09-11 10:29:22 +01:00
2020-09-01 14:26:45 +01:00
2020-10-09 16:45:13 +02:00
2020-10-09 11:17:55 +02:00
2020-09-02 12:23:14 -04:00
2020-09-21 01:15:31 +10:00
2020-09-11 10:29:22 +01:00
2020-10-09 11:17:55 +02:00
2020-10-09 16:45:13 +02: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-10-02 13:48:26 +01:00
2020-09-01 14:26:45 +01:00
2020-09-01 14:26:45 +01:00
2020-10-09 16:45:13 +02:00
2020-10-05 13:52:50 +11:00
2020-10-09 09:57:04 +01:00
2020-09-23 09:01:55 +01:00
2020-10-05 08:44:03 -04:00

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!