Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Sep 19, 2024
1 parent 85480cc commit 5549c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class CharconvConan(ConanFile):
name = "boost_decimal"
version = "1.1.0"
version = "2.3.0"
description = "Boost provides free peer-reviewed portable C++ source libraries"
url = "https://github.com/cppalliance/decimal"
homepage = "https://github.com/cppalliance/decimal"
Expand Down
4 changes: 2 additions & 2 deletions ports/decimal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cppalliance/decimal
REF v1.1.0
SHA512 9ee10a32958a58e96ec4d1fc5f39e3c86352d36365547716e7903340435878b86b56f74e8abcaedfc227154c409d8ccfdb0563a2d98b605aa1799c071ba15cca
REF v2.3.0
SHA512 a5dac21e3f786e028b5e526c615c1ff7f671f2759a6968edaf97de90f5c5ede59e956dca730d14edabce4d86b58d5dacca2dab0706cb9e17474871f6433171eb
HEAD_REF master
)

Expand Down

0 comments on commit 5549c37

Please sign in to comment.