# homebrew-versions **Repository Path**: mirrors_ryenus/homebrew-versions ## Basic Information - **Project Name**: homebrew-versions - **Description**: :1234: Versioned formulae for the Homebrew package manager - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Homebrew-versions These formulae provide multiple versions of existing packages, or newer versions of packages that are too incompatible to go in Homebrew/homebrew yet *(Such as GnuPG21)*. ## How do I install these formulae? Just `brew tap homebrew/versions` and then `brew install `. If the formula conflicts with one from Homebrew/homebrew or another tap, you can `brew install homebrew/versions/`. You can also install via URL: ``` brew install https://raw.githubusercontent.com/Homebrew/homebrew-versions/master/.rb ``` ## Acceptable Formulae. You can read Homebrew’s Acceptable Formulae document [here](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Acceptable-Formulae.md). There are some differences between Homebrew/homebrew and here: * Versions formulae *usually* do not have head or devel sections. * Versions formulae *can* depend on other versions formulae. * Please remove any existing bottle block in your formula prior to submission. * If copied from Homebrew/homebrew prior formulae please remove any deprecated options and fix any issues raised by `brew audit --strict`. * If a newer/older version exists in Homebrew/homebrew please add a `conflicts_with` line, like [this](https://github.com/Homebrew/homebrew-versions/commit/c70582a2055ea6649cc1974076f57001f8c471a3). ## Troubleshooting First, please run `brew update` and `brew doctor`. Second, read the [Troubleshooting Checklist](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting). **If you don’t read these it will take us far longer to help you with your problem.** ## More Documentation `brew help`, `man brew` or check [our documentation](https://github.com/Homebrew/homebrew/tree/master/share/doc/homebrew#readme). ## License Code is under the [BSD 2 Clause (NetBSD) license](https://github.com/Homebrew/homebrew/tree/master/LICENSE.txt).