bison 2.7.1
This commit is contained in:
parent
c603863bf2
commit
401c7e4219
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Bison < Formula
|
||||
homepage 'http://www.gnu.org/software/bison/'
|
||||
url 'http://ftpmirror.gnu.org/bison/bison-2.7.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/bison/bison-2.7.tar.gz'
|
||||
sha1 'aa4f5aa51ee448bac132041df0ce25a800a3661c'
|
||||
url 'http://ftpmirror.gnu.org/bison/bison-2.7.1.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/bison/bison-2.7.1.tar.gz'
|
||||
sha1 '676af12f51a95390d9255ada83efa8fbb271be3a'
|
||||
|
||||
keg_only :provided_by_osx, 'Some formulae require a newer version of bison.'
|
||||
|
||||
|
|
Loading…
Reference in a new issue