aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-30 08:57:38 -0800
committerAdam Vandenberg2013-11-30 08:57:38 -0800
commit379a4e5f7c3fa1a44e0c6dfba0b3b719bcf1ff20 (patch)
tree425b22ccaa75850db28587802bbb2b14ef6ccaf7 /Library
parentb4747b1677aac004bd8c95861f9ec39a418e32be (diff)
downloadhomebrew-379a4e5f7c3fa1a44e0c6dfba0b3b719bcf1ff20.tar.bz2
enet 1.3.10
Diffstat (limited to 'Library')
-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}"