2024-04-16 05:07:20 +00:00

37 lines
1.4 KiB
JSON

{
"version": "1.85.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.85.0/boost_1_85_0-msvc-14.3-64.exe",
"hash": "sha1:144aa21a12784becc6db0ec46cd6dd9546138f5e"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/boost/boost-binaries/1.85.0/boost_1_85_0-msvc-14.3-32.exe",
"hash": "sha1:346116632615e6083fda03e07b43053e507a6cb3"
}
},
"innosetup": true,
"pre_install": "Get-ChildItem \"$dir/lib$($architecture.Substring(0, 2))-msvc-*.*\" | Rename-Item -NewName lib",
"env_set": {
"BOOST_ROOT": "$dir",
"Boost_INCLUDE_DIR": "$dir\\boost"
},
"checkver": {
"sourceforge": "boost/boost-binaries",
"regex": "([\\d.]+)+/boost_(?:[\\d_]+)-msvc-(?<msvc>[\\d.]+)-64\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/boost/boost-binaries/$version/boost_$underscoreVersion-msvc-$matchMsvc-64.exe"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/boost/boost-binaries/$version/boost_$underscoreVersion-msvc-$matchMsvc-32.exe"
}
}
}
}