aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/enet.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/enet.rb b/Library/Formula/enet.rb
index f971ef78d..4d6d5ec7e 100644
--- a/Library/Formula/enet.rb
+++ b/Library/Formula/enet.rb
@@ -2,8 +2,8 @@ require 'formula'
class Enet < Formula
homepage 'http://enet.bespin.org'
- url 'http://enet.bespin.org/download/enet-1.3.6.tar.gz'
- sha1 'd4c9be28014f1a9c6352ee5aacf12c0e9f5e574d'
+ url 'http://enet.bespin.org/download/enet-1.3.10.tar.gz'
+ sha1 'f8f71435de60fe614866cf0b00bba24497a8e063'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"