mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:49:08 +08:00
[pkgconf] Update to 2.2.0 (#36595)
This commit is contained in:
parent
0fd3438b2c
commit
a9c2067a37
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO pkgconf/pkgconf
|
||||
REF "pkgconf-${VERSION}"
|
||||
SHA512 40abbfdbd64ac95d0e9578acc5f1cb2b692d4c1bfa9f07c4eb1042380bcebff5c063434da2f64bc986c8a7163cde4f7051ba61400461b103616253ab739d4e43
|
||||
SHA512 2747bd2dd09c15ad883ab9a00c89899eb409bc832e68fcb512a548f324351cad53e516090a2be3c3e81e61a748a02082f453ffbde6f159b8e07fb7587ecf6e07
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -78,5 +78,4 @@ endif()
|
||||
|
||||
vcpkg_copy_tools(TOOL_NAMES pkgconf AUTO_CLEAN)
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pkgconf",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.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.",
|
||||
"homepage": "https://github.com/pkgconf/pkgconf",
|
||||
"license": null,
|
||||
|
@ -6765,7 +6765,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"pkgconf": {
|
||||
"baseline": "2.1.0",
|
||||
"baseline": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"plasma-wayland-protocols": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cacd18e2bc70298fcf4665ff6f14238b6071013e",
|
||||
"version": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ea46d2e90c7d74f952d99b6640a88cb9bef6438f",
|
||||
"version": "2.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user