clamav 0.97.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
25256ee15f
commit
c4c63259bd
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue