diff --git a/ports/aurora-au/vcpkg.json b/ports/aurora-au/vcpkg.json index 9aa3ab6ca2..25454f090e 100644 --- a/ports/aurora-au/vcpkg.json +++ b/ports/aurora-au/vcpkg.json @@ -2,8 +2,10 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "aurora-au", "version-semver": "0.3.5", + "port-version": 1, "description": "A C++14-compatible physical units library with no dependencies and a single-file delivery option. Emphasis on safety, accessibility, performance, and developer experience.", "homepage": "https://github.com/aurora-opensource/au", + "documentation": "https://aurora-opensource.github.io/au/main/", "license": "Apache-2.0", "supports": "!osx", "dependencies": [ diff --git a/versions/a-/aurora-au.json b/versions/a-/aurora-au.json index c649745543..bcae8431ee 100644 --- a/versions/a-/aurora-au.json +++ b/versions/a-/aurora-au.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "843b8ff14fe6b933b9888e9badec1595bdcec3bf", + "version-semver": "0.3.5", + "port-version": 1 + }, { "git-tree": "dbea0dd2b0494c189b944e96b477192d37461bb9", "version-semver": "0.3.5", diff --git a/versions/baseline.json b/versions/baseline.json index 1112144a02..039bb32114 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -358,7 +358,7 @@ }, "aurora-au": { "baseline": "0.3.5", - "port-version": 0 + "port-version": 1 }, "autobahn": { "baseline": "20.8.1",