boost: Add version 1_84_0 (#5502)

This commit is contained in:
Brian 2024-03-10 21:21:08 -04:00 committed by GitHub
parent 9aa52fc58f
commit 59df17e116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

36
bucket/boost.json Normal file
View 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"
}
}
}
}