mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 12:14:14 +08:00
[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:
parent
bcf3d00d21
commit
142fa5b08b
@ -2,8 +2,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO daniele77/aricpp
|
REPO daniele77/aricpp
|
||||||
REF v1.1.2
|
REF v1.1.3
|
||||||
SHA512 bf325de240cdc9c567524cdc127c256d1ac783e785779117374f1d2a5fd4f352545e87f3d1556c2a24e47a203b55bc581a92fb20426295f5f9dcb4a8078cb215
|
SHA512 5b4c2829177f338f46f5d48baee8d3dd35bdce11780ed1b4b20ddb738573d12227982574877be8f9a8cea355e202cac97eb85a16fd582d2e348a9404b34467fd
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "aricpp",
|
"name": "aricpp",
|
||||||
"version-semver": "1.1.2",
|
"version-semver": "1.1.3",
|
||||||
"description": "Asterisk ARI interface bindings for modern C++",
|
"description": "Asterisk ARI interface bindings for modern C++",
|
||||||
"homepage": "https://github.com/daniele77/aricpp",
|
"homepage": "https://github.com/daniele77/aricpp",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "4451f34c43a23dd8ab8904c8bbdbd12f462b1da9",
|
||||||
|
"version-semver": "1.1.3",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "f4c60d911e60c041e3e7791a84894a1c028a7e85",
|
"git-tree": "f4c60d911e60c041e3e7791a84894a1c028a7e85",
|
||||||
"version-semver": "1.1.2",
|
"version-semver": "1.1.2",
|
||||||
|
@ -225,7 +225,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"aricpp": {
|
"aricpp": {
|
||||||
"baseline": "1.1.2",
|
"baseline": "1.1.3",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"armadillo": {
|
"armadillo": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user