Skip to content

Commit 9bf92ac

Browse files
committed
Merge branch 'develop'
2 parents 4ceff33 + 631c8fc commit 9bf92ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
88
if(NOT BOOST_SUPERPROJECT_VERSION)
9-
set(BOOST_INT128_VERSION 1.3.0)
9+
set(BOOST_INT128_VERSION 1.6.0)
1010
else()
1111
set(BOOST_INT128_VERSION ${BOOST_SUPERPROJECT_VERSION})
1212
endif()

ports/int128/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
vcpkg_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

ports/int128/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)