enet 1.3.6

Closes Homebrew/homebrew#18232.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Chris de Sousa 2013-03-04 15:43:08 +01:00 committed by Jack Nagel
parent 7546543fe8
commit 831c2cb044
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Enet < Formula
homepage 'http://enet.bespin.org'
url 'http://enet.bespin.org/download/enet-1.3.5.tar.gz'
sha1 '40242c48c255f65da2b21a6123640e1f7aeaa6c2'
url 'http://enet.bespin.org/download/enet-1.3.6.tar.gz'
sha1 'd4c9be28014f1a9c6352ee5aacf12c0e9f5e574d'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"