clamav 0.97.5

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mark Bidewell 2012-07-28 15:14:37 -04:00 committed by Adam Vandenberg
parent 25256ee15f
commit c4c63259bd

View file

@ -2,11 +2,12 @@ require 'formula'
class Clamav < Formula
homepage 'http://www.clamav.net/'
url 'http://downloads.sourceforge.net/clamav/clamav-0.97.4.tar.gz'
sha1 '56f90cf8a73acba8f97beca86b42c65c3923935d'
url 'http://downloads.sourceforge.net/clamav/clamav-0.97.5.tar.gz'
sha1 '1bb317ead4a1a677a9a11a063fc35a63f22309e9'
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end