Skip to content

Commit

Permalink
Merge pull request #96 from cppalliance/packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland authored Oct 27, 2023
2 parents 0ff29f5 + 6b25093 commit ba9d5a5
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_charconv"
version = "1.0.0"
version = "1.0.1"
description = "Boost provides free peer-reviewed portable C++ source libraries"
url = "https://github.com/cppalliance/charconv"
homepage = "https://github.com/cppalliance/charconv"
Expand Down
4 changes: 2 additions & 2 deletions ports/charconv/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/charconv
REF v1.0.0
SHA512 ced9e5ca45df285709e19ac0a142b58447bcff91d5a14ffcc3b7d6686120dca631497aa145508fd1f2c4ffea4d7b6bf50397fb86f3eafec7ab281014aee8f6b5
REF v1.0.1
SHA512 b1d0accec1a4251f3107061c80e5c72a76aa4de0d5fdc085c934a3da8b55a5e72bb3e6a3a1b51d4e7debe6917a3c64be731d56eb8e7cacb890434a154f140726
HEAD_REF master
)

Expand Down

0 comments on commit ba9d5a5

Please sign in to comment.