mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
ipopt: Add version 3.13.2 (#1217)
* ipopt: Add version 3.13.2 * ipopt: Correct manifest structure Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> * ipopt: Correct homepage * ipopt: Revert homepage Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
d67138c0df
commit
dcb178a2e7
29
bucket/ipopt.json
Normal file
29
bucket/ipopt.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "3.13.2",
|
||||
"description": "Software package for large-scale nonlinear optimization",
|
||||
"homepage": "https://coin-or.github.io/Ipopt/",
|
||||
"license": "EPL-1.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/coin-or/Ipopt/releases/download/releases%2F3.13.2/Ipopt-3.13.2-win64-msvs2019-md.zip",
|
||||
"hash": "54bafce192588c3f43b7d09f948c1a3b9cac74b1b4f61a56c3321e6973b78e63",
|
||||
"extract_dir": "Ipopt-3.13.2-win64-msvs2019-md"
|
||||
}
|
||||
},
|
||||
"bin": "bin\\ipopt.exe",
|
||||
"env_set": {
|
||||
"IPOPTWINDIR": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/coin-or/Ipopt",
|
||||
"regex": "/releases/tag/releases%2F([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/coin-or/Ipopt/releases/download/releases%2F$version/Ipopt-$version-win64-msvs2019-md.zip",
|
||||
"extract_dir": "Ipopt-$version-win64-msvs2019-md"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user