Skip to content

Commit

Permalink
boost: Add version 1_84_0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Feb 6, 2024
1 parent 47ff237 commit 14ed5da
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/boost.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "1_84_0",
"description": "Boost C++ Libraries",
"homepage": "https://www.boost.org/",
"license": "BSL1.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"
}
}
}
}

0 comments on commit 14ed5da

Please sign in to comment.