Skip to content

Commit

Permalink
[aurora-au] Update to version 0.4.1 (#42930)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiphogg authored Dec 30, 2024
1 parent ddcee8f commit 352cf2f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 32 deletions.
27 changes: 0 additions & 27 deletions ports/aurora-au/fix-usage.patch

This file was deleted.

4 changes: 1 addition & 3 deletions ports/aurora-au/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aurora-opensource/au
REF "${VERSION}"
SHA512 7e78ac2502037ad87d3171c366c8c91b030678af26d6db75cf12384faa077e40b159b570ddd774b76bc7ca34d74d1898958b6d6b33d56a8eb5ca1f96c1a9ed66
SHA512 85b90924f82a123000ecc3c9a1f44f31d6f1a7f3664968abc27f4fbdc6712b7bc9a8a30428b9422529fed7fe269a13c57e0dad8483658530dcbfa0c6b15daa6c
HEAD_REF main
PATCHES
fix-usage.patch
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/aurora-au/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "aurora-au",
"version-semver": "0.4.0",
"version-semver": "0.4.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/",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aurora-au.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "91255ce3759e484bab4763b24ea50de15c0ca560",
"version-semver": "0.4.1",
"port-version": 0
},
{
"git-tree": "291af3f0c1c91f4c93c000063b601e8a2f0636bd",
"version-semver": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"port-version": 2
},
"aurora-au": {
"baseline": "0.4.0",
"baseline": "0.4.1",
"port-version": 0
},
"autobahn": {
Expand Down

0 comments on commit 352cf2f

Please sign in to comment.