diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/berkeley-db.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/berkeley-db.rb b/Library/Formula/berkeley-db.rb index 5bdc008b4..d4cfa356d 100644 --- a/Library/Formula/berkeley-db.rb +++ b/Library/Formula/berkeley-db.rb @@ -2,8 +2,8 @@ require 'formula' class BerkeleyDb < Formula homepage 'http://www.oracle.com/technology/products/berkeley-db/index.html' - url 'http://download.oracle.com/berkeley-db/db-5.3.21.tar.gz' - sha1 '32e43c4898c8996750c958a90c174bd116fcba83' + url 'http://download.oracle.com/berkeley-db/db-5.3.28.tar.gz' + sha1 'fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9' option 'with-java', 'Compile with Java support.' option 'enable-sql', 'Compile with SQL support.' |
