primesieve 6.1
Closes #16753. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
3cb930cf1e
commit
6f4291a612
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Primesieve < Formula
|
||||
desc "Fast C/C++ prime number generator"
|
||||
homepage "http://primesieve.org/"
|
||||
url "https://github.com/kimwalisch/primesieve/archive/v6.0.tar.gz"
|
||||
sha256 "4b462d9682c595fc4d332c9b22240c571a4c0d8331bcb38c854a50d36229678a"
|
||||
url "https://github.com/kimwalisch/primesieve/archive/v6.1.tar.gz"
|
||||
sha256 "c928a37072e12f9d7df1fe34e6523a9e3495f0ac7fce5835c9144821b74867ee"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue