mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[pkgconf] Update to 2.3.0 (#40358)
This commit is contained in:
parent
046374f9e7
commit
791aeb5cb6
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO pkgconf/pkgconf
|
REPO pkgconf/pkgconf
|
||||||
REF "pkgconf-${VERSION}"
|
REF "pkgconf-${VERSION}"
|
||||||
SHA512 2747bd2dd09c15ad883ab9a00c89899eb409bc832e68fcb512a548f324351cad53e516090a2be3c3e81e61a748a02082f453ffbde6f159b8e07fb7587ecf6e07
|
SHA512 0759e63b9bfdc1e0b2f95e4c5c7be24b4ffa22e06a08cfad7f8e8be9faf99c256b1cbc72159e4ec805791d6b507a80fc344d05d63a1d273c3285dac868bf6ca0
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pkgconf",
|
"name": "pkgconf",
|
||||||
"version": "2.2.0",
|
"version": "2.3.0",
|
||||||
"description": "pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org.",
|
"description": "pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org.",
|
||||||
"homepage": "https://github.com/pkgconf/pkgconf",
|
"homepage": "https://github.com/pkgconf/pkgconf",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
@ -6905,7 +6905,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"pkgconf": {
|
"pkgconf": {
|
||||||
"baseline": "2.2.0",
|
"baseline": "2.3.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"plasma-wayland-protocols": {
|
"plasma-wayland-protocols": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ae3886d8a627ec99dd18890389b6d5d331e29799",
|
||||||
|
"version": "2.3.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "cacd18e2bc70298fcf4665ff6f14238b6071013e",
|
"git-tree": "cacd18e2bc70298fcf4665ff6f14238b6071013e",
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user