[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.
This commit is contained in:
Frank 2024-04-29 22:11:04 +00:00 committed by GitHub
parent bcf3d00d21
commit 142fa5b08b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -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
)

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4451f34c43a23dd8ab8904c8bbdbd12f462b1da9",
"version-semver": "1.1.3",
"port-version": 0
},
{
"git-tree": "f4c60d911e60c041e3e7791a84894a1c028a7e85",
"version-semver": "1.1.2",

View File

@ -225,7 +225,7 @@
"port-version": 0
},
"aricpp": {
"baseline": "1.1.2",
"baseline": "1.1.3",
"port-version": 0
},
"armadillo": {