aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-06-21 13:23:21 -0700
committerBrett Koonce2014-06-21 17:23:13 -0700
commit5dcc2635077fb92973ec4328ef8d6297932e23f8 (patch)
tree8e0b63c975a015f586c880a735680fa2b3a7e01d /Library
parent7e5030d91272da3e1522d7235ded5c163449c45b (diff)
downloadhomebrew-5dcc2635077fb92973ec4328ef8d6297932e23f8.tar.bz2
libbson 0.8.4
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libbson.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/libbson.rb b/Library/Formula/libbson.rb
index d0a76e087..8e9534630 100644
--- a/Library/Formula/libbson.rb
+++ b/Library/Formula/libbson.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Libbson < Formula
- homepage 'https://github.com/mongodb/libbson'
- url 'https://github.com/mongodb/libbson/releases/download/0.8.0/libbson-0.8.0.tar.gz'
- sha1 '1bc746cb80994bf2796ca36f4185a2aeb8de3fb6'
+ homepage "https://github.com/mongodb/libbson"
+ url "https://github.com/mongodb/libbson/releases/download/0.8.4/libbson-0.8.4.tar.gz"
+ sha1 "698d68defaec7ed67d4f17090ae183aaa47a21df"
def install
system "./configure", "--enable-silent-rules", "--prefix=#{prefix}"