aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dsocks.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dsocks.rb b/Library/Formula/dsocks.rb
index d998cd54d..1d6f8c071 100644
--- a/Library/Formula/dsocks.rb
+++ b/Library/Formula/dsocks.rb
@@ -1,9 +1,9 @@
require 'formula'
class Dsocks < Formula
- url 'http://dsocks.googlecode.com/files/dsocks-1.7.tar.gz'
homepage 'http://monkey.org/~dugsong/dsocks/'
- sha1 '7be86578e525312008e36c0c5800fefee0ea481a'
+ url 'http://dsocks.googlecode.com/files/dsocks-1.8.tar.gz'
+ sha1 'd9d58e0ed6ca766841c94b5d15dd268a967c60bc'
def install
system "#{ENV.cc} #{ENV.cflags} -shared -o libdsocks.dylib dsocks.c atomicio.c -lresolv"