Use specific gyp revision

This commit is contained in:
Kevin Sawicki 2012-10-09 12:06:27 -07:00
parent 304d4f741e
commit 82af5e826c
2 changed files with 3 additions and 1 deletions

View File

@ -27,4 +27,4 @@ exit_unless_npm_exists
exit_unless_brew_exists
npm install
brew install --HEAD tools/formulas/gyp.rb
brew install tools/formulas/gyp.rb

View File

@ -4,6 +4,8 @@ require 'formula'
class Gyp < Formula
homepage 'http://code.google.com/p/gyp/'
url 'http://gyp.googlecode.com/svn/trunk', :revision => 1518
version '1518'
head 'http://gyp.googlecode.com/svn/trunk'
def install