This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git i/Library/Formula/couchdb.rb w/Library/Formula/couchdb.rb | |
index 3352b28..7c1203d 100644 | |
--- i/Library/Formula/couchdb.rb | |
+++ w/Library/Formula/couchdb.rb | |
@@ -1,9 +1,14 @@ | |
require 'formula' | |
class Couchdb < Formula | |
- url 'http://www.apache.org/dyn/closer.cgi?path=couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz' | |
homepage "http://couchdb.apache.org/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Couchdb < Formula | |
homepage "http://couchdb.apache.org/" | |
url 'http://www.apache.org/dyn/closer.cgi?path=couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz' | |
md5 'cd126219b9cb69a4c521abd6960807a6' | |
devel do | |
url 'http://git-wip-us.apache.org/repos/asf/couchdb.git', :using => :git, :tag => '1.2.x' | |
version '1.2.x' |