mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
boost: Add version 1_84_0 (#5502)
This commit is contained in:
parent
9aa52fc58f
commit
59df17e116
36
bucket/boost.json
Normal file
36
bucket/boost.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"version": "1_84_0",
|
||||||
|
"description": "Boost C++ Libraries",
|
||||||
|
"homepage": "https://www.boost.org/",
|
||||||
|
"license": "BSL-1.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://downloads.sourceforge.net/project/boost/boost-binaries/1.84.0/boost_1_84_0-msvc-14.3-64.exe",
|
||||||
|
"hash": "sha1:11effb2cff9e4c4a80d1b3ca2ead09117ba90b73"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://downloads.sourceforge.net/project/boost/boost-binaries/1.84.0/boost_1_84_0-msvc-14.3-32.exe",
|
||||||
|
"hash": "sha1:031dabe35ec68bdb05c29479b30239b961267297"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"innosetup": true,
|
||||||
|
"pre_install": "Rename-Item \"$dir/lib$($architecture.Substring(0, 2))-msvc-*.*\" lib",
|
||||||
|
"env_set": {
|
||||||
|
"BOOST_ROOT": "$dir",
|
||||||
|
"Boost_INCLUDE_DIR": "$dir\\boost"
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"sourceforge": "boost/boost-binaries",
|
||||||
|
"regex": "(?<short>[\\d.]+)+/boost_(\\w+)-msvc-(?<msvc>[\\d.]+)-64\\.exe"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://downloads.sourceforge.net/project/boost/boost-binaries/$matchShort/boost_$version-msvc-$matchMsvc-64.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://downloads.sourceforge.net/project/boost/boost-binaries/$matchShort/boost_$version-msvc-$matchMsvc-32.exe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user