aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cgdb.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cgdb.rb b/Library/Formula/cgdb.rb
index b376adb74..ec9cd7b47 100644
--- a/Library/Formula/cgdb.rb
+++ b/Library/Formula/cgdb.rb
@@ -1,9 +1,9 @@
require 'formula'
class Cgdb < Formula
- homepage 'http://cgdb.sourceforge.net/'
- url 'http://downloads.sourceforge.net/project/cgdb/cgdb/cgdb-0.6.6/cgdb-0.6.6.tar.gz'
- sha1 'bf1d9a66909a03220438a4126bb39850bdbfea65'
+ homepage 'http://cgdb.github.com/'
+ url 'http://cgdb.me/files/cgdb-0.6.7.tar.gz'
+ sha1 '5e29e306502888dd660a9dd55418e5c190ac75bb'
depends_on 'readline'