aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-13 09:11:42 -0700
committerAdam Vandenberg2010-04-13 09:11:42 -0700
commit0dec863b96a8e1de054dbac52cdbc686940b91dd (patch)
treef05e150b462fc9b9180edabb0b01d6a6f2f1e973 /Library/Formula
parentbcd77aac12341f441935d3944745fd237e073462 (diff)
downloadhomebrew-0dec863b96a8e1de054dbac52cdbc686940b91dd.tar.bz2
Fix tag for CouchDB. Fixes #1166.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/couchdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index 0420d011b..dc942299b 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -4,7 +4,7 @@ class Couchdb <Formula
url 'git://github.com/apache/couchdb.git'
homepage='http://couchdb.apache.org/'
version "0.11.0"
- @specs = {:tag => "tags/0.11.0"}
+ @specs = {:tag => "origin/tags/0.11.0"}
depends_on 'spidermonkey'
depends_on 'icu4c'