From ea5c449e3886c76ef8aacc3dcbf63b7700f56e82 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Fri, 27 Feb 2015 19:25:40 +0100 Subject: depqbf 4.0 Closes #37248. Signed-off-by: Tim D. Smith --- Library/Formula/depqbf.rb | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Library/Formula/depqbf.rb b/Library/Formula/depqbf.rb index af44ca84d..4b906bbe5 100644 --- a/Library/Formula/depqbf.rb +++ b/Library/Formula/depqbf.rb @@ -1,13 +1,16 @@ -require 'formula' - class Depqbf < Formula - homepage 'http://lonsing.github.io/depqbf/' - url 'https://github.com/lonsing/depqbf/archive/version-3.01.tar.gz' - sha1 '7f1dc19f07fc0fa607724d1b7b124d5f2620acee' - head 'https://github.com/lonsig/depqbf.git' + homepage "https://lonsing.github.io/depqbf/" + url "https://github.com/lonsing/depqbf/archive/version-4.0.tar.gz" + sha1 "dd7dd35aded11bb348ff9ef16626d481b7da3fe4" + head "https://github.com/lonsig/depqbf.git" def install system "make" bin.install "depqbf" + lib.install "libqdpll.1.0.dylib" + end + + test do + system "#{bin}/depqbf", "-h" end end -- cgit v1.2.3