diff --git a/science/openmpi/Portfile b/science/openmpi/Portfile
index 3f50223b510..5c4823e114a 100644
a
|
b
|
PortGroup muniversal 1.0 |
8 | 8 | PortGroup legacysupport 1.0 |
9 | 9 | |
10 | 10 | name openmpi |
11 | | version 4.1.0 |
12 | | revision 1 |
| 11 | version 4.1.1rc1 |
| 12 | revision 0 |
13 | 13 | set branch [join [lrange [split ${version} .] 0 1] .] |
14 | 14 | categories science parallel net |
15 | 15 | platforms darwin |
… |
… |
homepage https://www.open-mpi.org/ |
29 | 29 | set subdir ompi/v${branch}/downloads/ |
30 | 30 | master_sites https://www.open-mpi.org/software/${subdir} |
31 | 31 | |
32 | | checksums rmd160 15e3b5429e74f0f39a46ca0cc35de92b68ea21d0 \ |
33 | | sha256 73866fb77090819b6a8c85cb8539638d37d6877455825b74e289d647a39fd5b5 \ |
34 | | size 10022171 |
| 32 | checksums rmd160 cef6bfe5d109034b20eabce958bf2d418c458456 \ |
| 33 | sha256 c7bfdd96fd405d887875067d32c5b7a959c8d06ea2cc48e1c10448d22d29e0c7 \ |
| 34 | size 10041331 |
35 | 35 | |
36 | 36 | use_bzip2 yes |
37 | 37 | |