Skip to content

Commit 16c3d27

Browse files
committed
Update packages
1 parent a1f81d9 commit 16c3d27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conan/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class CharconvConan(ConanFile):
2121
name = "boost_decimal"
22-
version = "5.2.0"
22+
version = "6.0.0"
2323
description = "Boost provides free peer-reviewed portable C++ source libraries"
2424
url = "https://github.com/cppalliance/decimal"
2525
homepage = "https://github.com/cppalliance/decimal"

ports/decimal/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/decimal
10-
REF v5.2.0
11-
SHA512 631d438c906cb567c30629aad3daf97a336c0b532a16908249b09383e868ad51e8cca538680893a03d2a5c4fbcd153e52585dc5c1293e2db71579afb4cc94525
10+
REF v6.0.0
11+
SHA512 07555b11962973e3a34ad3f6eee37b8e4a316ae96027d1ba670c081b8d1f7f6e970c31a9191da9271233351ad9c5c7e66354d7ea62337eb533bd7d60428e390d
1212
HEAD_REF master
1313
)
1414

ports/decimal/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decimal",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "A C++14 implementation of IEEE 754 decimal floating point numbers",
55
"homepage": "https://github.com/cppalliance/decimal",
66
"license": "BSL-1.0",

0 commit comments

Comments
 (0)