From 142fa5b08b693589889ba5993d3769f4f4de19a6 Mon Sep 17 00:00:00 2001 From: Frank <65999885+FrankXie05@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:11:04 +0000 Subject: [PATCH] [aricpp] Update version to 1.1.3 (#38405) Update `aricpp` version to 1.1.3. No feature needs to test. - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --- ports/aricpp/portfile.cmake | 4 ++-- ports/aricpp/vcpkg.json | 2 +- versions/a-/aricpp.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/aricpp/portfile.cmake b/ports/aricpp/portfile.cmake index 189e85e6a8..5f51f87f29 100644 --- a/ports/aricpp/portfile.cmake +++ b/ports/aricpp/portfile.cmake @@ -2,8 +2,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO daniele77/aricpp - REF v1.1.2 - SHA512 bf325de240cdc9c567524cdc127c256d1ac783e785779117374f1d2a5fd4f352545e87f3d1556c2a24e47a203b55bc581a92fb20426295f5f9dcb4a8078cb215 + REF v1.1.3 + SHA512 5b4c2829177f338f46f5d48baee8d3dd35bdce11780ed1b4b20ddb738573d12227982574877be8f9a8cea355e202cac97eb85a16fd582d2e348a9404b34467fd HEAD_REF master ) diff --git a/ports/aricpp/vcpkg.json b/ports/aricpp/vcpkg.json index ec4431ea93..53e52cea35 100644 --- a/ports/aricpp/vcpkg.json +++ b/ports/aricpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "aricpp", - "version-semver": "1.1.2", + "version-semver": "1.1.3", "description": "Asterisk ARI interface bindings for modern C++", "homepage": "https://github.com/daniele77/aricpp", "license": "BSL-1.0", diff --git a/versions/a-/aricpp.json b/versions/a-/aricpp.json index 745be24693..971c60c8dd 100644 --- a/versions/a-/aricpp.json +++ b/versions/a-/aricpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4451f34c43a23dd8ab8904c8bbdbd12f462b1da9", + "version-semver": "1.1.3", + "port-version": 0 + }, { "git-tree": "f4c60d911e60c041e3e7791a84894a1c028a7e85", "version-semver": "1.1.2", diff --git a/versions/baseline.json b/versions/baseline.json index d1d97362b9..6c72f95e55 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -225,7 +225,7 @@ "port-version": 0 }, "aricpp": { - "baseline": "1.1.2", + "baseline": "1.1.3", "port-version": 0 }, "armadillo": {