mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
msmpi: Update to version 10.0 (#3178)
This commit is contained in:
parent
0b598173fa
commit
0368673eb7
19
msmpi.json
19
msmpi.json
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=56727",
|
"homepage": "https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi",
|
||||||
"version": "9.0.1",
|
"version": "10.0",
|
||||||
"license": "Freeware",
|
"license": "MIT",
|
||||||
"url": "https://download.microsoft.com/download/4/A/6/4A6AAED8-200C-457C-AB86-37505DE4C90D/msmpisetup.exe",
|
"url": "https://github.com/Microsoft/Microsoft-MPI/releases/download/v10.0/msmpisetup.exe",
|
||||||
"hash": "2fa35146e3d7dce6aba3d9cd81c1e16166a405bfe7094d1ae03c60fcdeb8e455",
|
"hash": "7dae13797627726f67fab9c1d251aec2df9ecd25939984645ec05748bdffd396",
|
||||||
"env_add_path": ".",
|
"env_add_path": ".",
|
||||||
"pre_install": "7z x -t# \"$dir\\msmpisetup.exe\" -o\"$dir\\tmp\"",
|
"pre_install": "7z x -t# \"$dir\\msmpisetup.exe\" -o\"$dir\\tmp\"",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
@ -27,5 +27,12 @@
|
|||||||
"post_install": [
|
"post_install": [
|
||||||
"Remove-Item -Recurse \"$dir\\tmp\"",
|
"Remove-Item -Recurse \"$dir\\tmp\"",
|
||||||
"Remove-Item \"$dir\\msmpisetup.exe\""
|
"Remove-Item \"$dir\\msmpisetup.exe\""
|
||||||
]
|
],
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/Microsoft/Microsoft-MPI"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/Microsoft/Microsoft-MPI/releases/download/v$version/msmpisetup.exe"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user