ddar: audit fixes

Closes Homebrew/homebrew#48729.

Signed-off-by: Xu Cheng <xucheng@me.com>
master
Tomasz Pajor 2016-02-02 07:03:15 +01:00 committed by Xu Cheng
parent 3bef38918a
commit 98b98a029a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
class Ddar < Formula
desc "De-duplicating archiver"
homepage "http://www.synctus.com/ddar/"
homepage "https://github.com/basak/ddar"
url "https://github.com/basak/ddar/archive/v1.0.tar.gz"
sha256 "b95a11f73aa872a75a6c2cb29d91b542233afa73a8eb00e8826633b8323c9b22"
revision 1
@ -9,7 +9,7 @@ class Ddar < Formula
depends_on "xmltoman" => :build
depends_on :python if MacOS.version <= :snow_leopard
depends_on "protobuf" => "with-python"
depends_on "protobuf"
def install
system "make", "-f", "Makefile.prep", "pydist"