diff options
| author | Adam Vandenberg | 2010-04-13 09:11:42 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-13 09:11:42 -0700 |
| commit | 0dec863b96a8e1de054dbac52cdbc686940b91dd (patch) | |
| tree | f05e150b462fc9b9180edabb0b01d6a6f2f1e973 /Library/Formula | |
| parent | bcd77aac12341f441935d3944745fd237e073462 (diff) | |
| download | homebrew-0dec863b96a8e1de054dbac52cdbc686940b91dd.tar.bz2 | |
Fix tag for CouchDB. Fixes #1166.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/couchdb.rb | 2 |
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' |
