primesieve 4.4
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
dee7a09edb
commit
e1bb83a4e4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Primesieve < Formula
|
||||
homepage 'http://code.google.com/p/primesieve/'
|
||||
url 'http://primesieve.googlecode.com/files/primesieve-4.3-src.zip'
|
||||
sha1 'c256801286350a7511c91b5898b009f939093484'
|
||||
url 'http://primesieve.googlecode.com/files/primesieve-4.4-src.zip'
|
||||
sha1 '52f1e3161ca82591aee038412069c9845dc54ca7'
|
||||
|
||||
def install
|
||||
system "make", "bin", "lib",
|
||||
|
|
Loading…
Reference in a new issue