primesieve 4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2961a2b0c8
commit
6f5fb8207c
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.1-src.zip'
|
||||
sha1 'd759dd41a1aecf32e57573bc9f0473b2061b4bf8'
|
||||
url 'http://primesieve.googlecode.com/files/primesieve-4.2-src.zip'
|
||||
sha1 '6468d65a4ea15acdfb2a0785f437b39de45b717d'
|
||||
|
||||
def install
|
||||
system "make", "bin", "lib",
|
||||
|
|
Loading…
Reference in a new issue