diff options
| author | Baptiste Fontaine | 2014-12-31 18:05:57 +0100 | 
|---|---|---|
| committer | Brett Koonce | 2014-12-31 13:03:31 -0600 | 
| commit | 776ece4a54748e4aa0d0be10fdf11af9d053a5e2 (patch) | |
| tree | 1c6c1c1eb1a821be709389dec1fb48d5f7db5581 | |
| parent | 5a70b7f9d252fe4425f231ae505b1c3b00fd4044 (diff) | |
| download | homebrew-776ece4a54748e4aa0d0be10fdf11af9d053a5e2.tar.bz2 | |
yazpp 1.6.2
Closes #35399.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/yazpp.rb | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/Library/Formula/yazpp.rb b/Library/Formula/yazpp.rb index 9b7e19001..66eed6cdd 100644 --- a/Library/Formula/yazpp.rb +++ b/Library/Formula/yazpp.rb @@ -1,9 +1,7 @@ -require "formula" -  class Yazpp < Formula    homepage "http://www.indexdata.com/yazpp" -  url "http://ftp.indexdata.dk/pub/yazpp/yazpp-1.6.1.tar.gz" -  sha1 "bcf73ff9b69af90f4a4097545948013a2c006c90" +  url "http://ftp.indexdata.dk/pub/yazpp/yazpp-1.6.2.tar.gz" +  sha1 "faafbc5f1f78c6951533188eb400a7d56c2e6cf1"    bottle do      cellar :any @@ -17,6 +15,6 @@ class Yazpp < Formula    def install      system "./configure", "--disable-dependency-tracking",                            "--prefix=#{prefix}" -    system "make install" +    system "make", "install"    end  end | 
