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. Jun 14, 2015
  2. Jun 13, 2015
  3. Jun 12, 2015
  4. Jun 11, 2015
  5. Jun 10, 2015
  6. Jun 09, 2015
  7. Jun 08, 2015
  8. Jun 07, 2015
  9. Jun 06, 2015
    • Baptiste Fontaine's avatar
      sdelta3: migrate to boneyard · 67089f3a
      Baptiste Fontaine authored
      
      The original website doesn’t exist anymore, the download URL doesn’t
      work and there are no mirrors. Debian doesn’t provide any package for
      it, like Fedora and MacPorts.
      
      Closes Homebrew/homebrew#40436.
      
      Signed-off-by: default avatarBaptiste Fontaine <batifon@yahoo.fr>
      67089f3a
    • Peter Aronoff's avatar
      brew tap: allow tapping non-GitHub repositories. · 965e2f50
      Peter Aronoff authored
      
      `brew tap` restricts users to GitHub and checks for private repos. I
      created `brew any-tap` to support a wider variety of taps.
      
      With very small changes (and no extra flags!), this change allows users
      to use `brew tap` with GitHub as they always have or add one extra
      argument and tap any repository of any type from anywhere.
      
          brew tap user/name              # Same as it ever was
          brew tap user/name URL          # Tap URL, whatever it happens to be
      
      Closes Homebrew/homebrew#40326.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      965e2f50
Loading