primesieve 7.0
Closes #27120. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
0aac7926b4
commit
76244f7032
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Primesieve < Formula
|
class Primesieve < Formula
|
||||||
desc "Fast C/C++ prime number generator"
|
desc "Fast C/C++ prime number generator"
|
||||||
homepage "https://primesieve.org/"
|
homepage "https://primesieve.org/"
|
||||||
url "https://github.com/kimwalisch/primesieve/archive/v6.4.tar.gz"
|
url "https://github.com/kimwalisch/primesieve/archive/v7.0.tar.gz"
|
||||||
sha256 "130040305c4b1fdd1a9177d5edd7f57d741a31e0f9b190d43aa85637534f4eed"
|
sha256 "cfe61451dcb2d0fd9e7beadac55a1a6399acf9223615b0df50e9f90e2f1a3432"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue