Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Dec 03, 2016
    • Uladzislau Shablinski's avatar
      cmd/install: allow to install any spec · 73a1daa6
      Uladzislau Shablinski authored
      * installing HEAD keg_only should be possible only if:
        1.
          - Old version installed differs from new one and optlinked
          - `--force` flag is passed
          - HEAD is seriously outdated or outdated with `--fetch-HEAD`
        or 2.
          - Old version installed differs from new one and not optlinked
        or 3.
          - This formula is not installed
      
      * installing keg_only should be possible only if:
        1.
          - Old version installed differs from new one and optlinked
          - `--force` flag is passed
        or 2.
          - Old version installed differs from new one and not optlinked
        or 3.
          - This formula is not installed
      
      * installing HEAD should be possible only if:
        1.
          - Old HEAD is seriously outdated or outdated with `--fetch-HEAD`
        or 2.
          - HEAD is not installed
      
      * installing stable or devel should be possible only if:
        - Old version installed differs from new one
      73a1daa6
    • Uladzislau Shablinski's avatar
      formula: add new methods · 52526c96
      Uladzislau Shablinski authored
      * `Formula#linked?` returns true if formula linked
      * `Formula#optlinked?` returns true if formula linked to opt
        formula installed to the Cellar
      * `Formula#prefix_linked?` returns true if linked keg points to the prefix
        passed as an argument
      * `Formula#linked_version` to get linked version of the formula
      52526c96
    • Uladzislau Shablinski's avatar
  2. Dec 02, 2016
  3. Dec 01, 2016
  4. Nov 30, 2016
  5. Nov 28, 2016
  6. Nov 27, 2016
  7. Nov 26, 2016
  8. Nov 25, 2016
Loading