Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/cpptoml/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skystrife/cpptoml
REPO chadaustin/cpptoml
REF "v${VERSION}"
SHA512 14edce576514d53a7e13562d7f8d2b66ea2b95f44038396c0e26232ec81783042ebecec31ee272a99afef96d5c8582a8e81ea5167a787844b98de6ee6f545cc5
SHA512 80fa659b529b242e02ae233d2870b666c3c7cfd9d6d6bb9d07cd5539d7778c8809e614b46a3d4cf97f9a2b0b5d5f953bba170fb1d95b5b920c395f3df52f2c9a
HEAD_REF master
)

Expand Down
5 changes: 2 additions & 3 deletions ports/cpptoml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "cpptoml",
"version": "0.1.1",
"port-version": 4,
"version": "0.1.2",
"description": "A header-only library for parsing TOML configuration files.",
"homepage": "https://github.com/skystrife/cpptoml",
"homepage": "https://github.com/chadaustin/cpptoml",
"license": "MIT",
"dependencies": [
{
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2105,8 +2105,8 @@
"port-version": 0
},
"cpptoml": {
"baseline": "0.1.1",
"port-version": 4
"baseline": "0.1.2",
"port-version": 0
},
"cpptrace": {
"baseline": "1.0.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpptoml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5f6dc48b141c43d40cc247fba89eb64e335808ee",
"version": "0.1.2",
"port-version": 0
},
{
"git-tree": "6993c08a35db3961ad0543456f236e3e5a2492c9",
"version": "0.1.1",
Expand Down