Skip to content

Commit

Permalink
[aricpp] Update version to 1.1.3 (#38405)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
FrankXie05 committed Apr 29, 2024
1 parent bcf3d00 commit 142fa5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/aricpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/aricpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aricpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4451f34c43a23dd8ab8904c8bbdbd12f462b1da9",
"version-semver": "1.1.3",
"port-version": 0
},
{
"git-tree": "f4c60d911e60c041e3e7791a84894a1c028a7e85",
"version-semver": "1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"port-version": 0
},
"aricpp": {
"baseline": "1.1.2",
"baseline": "1.1.3",
"port-version": 0
},
"armadillo": {
Expand Down

0 comments on commit 142fa5b

Please sign in to comment.