primesieve 6.2
Closes #19482. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
67946b448a
commit
2048c5ab84
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 "http://primesieve.org/"
|
homepage "http://primesieve.org/"
|
||||||
url "https://github.com/kimwalisch/primesieve/archive/v6.1.tar.gz"
|
url "https://github.com/kimwalisch/primesieve/archive/v6.2.tar.gz"
|
||||||
sha256 "c928a37072e12f9d7df1fe34e6523a9e3495f0ac7fce5835c9144821b74867ee"
|
sha256 "c4d1c358ab95b370dcac317fe1820e41d60460b22e450359ebc4bdd507bb2547"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue