libbson 0.8.4

master
Brett Koonce 2014-06-21 13:23:21 -07:00
parent f7df7290fc
commit ebceb4de3d
1 changed files with 4 additions and 4 deletions

View File

@ -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}"