# brew-install-specific **Repository Path**: mirrors_databricks/brew-install-specific ## Basic Information - **Project Name**: brew-install-specific - **Description**: Find and install specific versions of brew packages - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-19 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # brew-install-specific Install specific versions of brew packages. ## Installation Download the latest release from [here](https://github.com/divs1210/brew-install-specific/releases) and put it on your `$PATH`. ## Usage To find a package `pkg` with version `a.b.c`, run: ``` $ brew-install-specific pkg@a.b.c ``` This will list commits on the `pkg` homebrew formula that mention the given version along with their GitHub urls. ``` Matching versions: 1. pkg: update a.b.c bottle. https://github.com/Homebrew/homebrew-core/commit/ 2. pkg: release a.b.c-beta https://github.com/Homebrew/homebrew-core/commit/ 3. pkg a.b.c https://github.com/Homebrew/homebrew-core/commit/ Select index: ``` Verify the commit from the given URL, and enter the index of the selected commit. ``` Select index: 2 Run: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core//Formula/pkg.rb ``` Copy and run the given command to install. ## License Copyright © 2020 Divyansh Prakash This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.