Skip to content

Commit

Permalink
enet 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce committed Aug 5, 2012
1 parent 12bcd19 commit a4ce800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/enet.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'formula'

class Enet < Formula
url 'http://enet.bespin.org/download/enet-1.3.3.tar.gz'
homepage 'http://enet.bespin.org'
md5 '4b0b69377fd4511e82e5f0921a942e59'
url 'http://enet.bespin.org/download/enet-1.3.5.tar.gz'
sha1 '40242c48c255f65da2b21a6123640e1f7aeaa6c2'

def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
Expand Down

0 comments on commit a4ce800

Please sign in to comment.