File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.10...3.20)
66
77# Set version explicitly if not part of Boost superproject
88if (NOT BOOST_SUPERPROJECT_VERSION)
9- set (BOOST_INT128_VERSION 1.3 .0)
9+ set (BOOST_INT128_VERSION 1.6 .0)
1010else ()
1111 set (BOOST_INT128_VERSION ${BOOST_SUPERPROJECT_VERSION} )
1212endif ()
Original file line number Diff line number Diff line change 77vcpkg_from_github (
88 OUT_SOURCE_PATH SOURCE_PATH
99 REPO cppalliance/int128
10- REF v1.5.1
11- SHA512 cb60e310bc91191b48513f68a709444aa9e03a76573cee2734541557af21310200b0fceef546681806a34439000472f38024e277ad39091f032d282f5fcc53d8
10+ REF v1.6.0
11+ SHA512 cc5a5e065643ee5b790f35441b34cea291bd299f5460278bb3402005c9cdd5a9a552b28e64816cc0ed480662c53959eb7cd5d1774d7e2480fffc65532353dc5c
1212 HEAD_REF master
1313)
1414
Original file line number Diff line number Diff line change 11{
22 "name" : " int128" ,
3- "version" : " 1.5.1 " ,
3+ "version" : " 1.6.0 " ,
44 "description" : " Portable and performant 128-bit integers" ,
55 "homepage" : " https://github.com/cppalliance/int128" ,
66 "license" : " BSL-1.0" ,
You can’t perform that action at this time.
0 commit comments