diff options
| author | Brett Koonce | 2014-04-19 10:00:32 -0500 |
|---|---|---|
| committer | Brett Koonce | 2014-04-19 12:16:26 -0500 |
| commit | 93c003afa8ab891a28b56481fd97a68cffb5d4e9 (patch) | |
| tree | 0668f328103b58c62822ef79ba4580e97d01a238 | |
| parent | 3057597117f70f7da379efd7161593f257673fbb (diff) | |
| download | homebrew-93c003afa8ab891a28b56481fd97a68cffb5d4e9.tar.bz2 | |
libbson 0.6.8
| -rw-r--r-- | Library/Formula/libbson.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libbson.rb b/Library/Formula/libbson.rb index 09cf5b37a..810979af1 100644 --- a/Library/Formula/libbson.rb +++ b/Library/Formula/libbson.rb @@ -2,8 +2,8 @@ require 'formula' class Libbson < Formula homepage 'https://github.com/mongodb/libbson' - url 'https://github.com/mongodb/libbson/releases/download/0.6.4/libbson-0.6.4.tar.gz' - sha1 '70fa36361fa43aad0a0d429e4b159b6de8dd464f' + url 'https://github.com/mongodb/libbson/releases/download/0.6.8/libbson-0.6.8.tar.gz' + sha1 '96f7bb4bcc6a5b1e40e1c9179d96212f8846c1dc' depends_on :automake |
