Skip to content

Commit a1422b6

Browse files
committed
Updated files in latest port folder to match.
1 parent ecced27 commit a1422b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

vcpkg_portfolder_last_release/cjm-numerics-uint128/portfile.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
vcpkg_from_github(
33
OUT_SOURCE_PATH SOURCE_PATH
44
REPO cpsusie/cjm-numerics
5-
REF v0.0.0.6-alpha
6-
SHA512 af6ae38d549d690940a7d99e47a46225d906e9f8f0160339e9a7d0da3773e8165aa43e6fa1205283d3834ef7e5f90dfdbad0455f8805c5a72afca45d78f00552
7-
HEAD_REF main
5+
REF v0.9.0.0-beta
6+
SHA512 bf7ee8037679a8fce6b88f83460fdfefd76aefba03c90681b7248855c43b08c0460e0b599eae3b4fd5d84ffb0d0f8d12664f998ad3e9a413ca0bc2b7013d122f
7+
HEAD_REF issue_71
88
)
99
set(CMAKE_CXX_STANDARD 20)
1010
vcpkg_configure_cmake(

vcpkg_portfolder_last_release/cjm-numerics-uint128/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cjm-numerics-uint128",
3-
"version-string": "0.0.0.6-alpha",
3+
"version-string": "0.9.0.0-beta",
44
"description": [
55
"a header-only library for C++ 20 that provides an unsigned 128-bit integer.",
66
"This library provides constexpr support for most operations but uses std::is_constant_evaluated to ensure that a more efficient operation, if available, is used during runtime execution. This uint128 type can serve as the basic building block for future fixed-but-extended-precision integral and rational types."

0 commit comments

Comments
 (0)