Skip to content

Commit

Permalink
[pkgconf] Update to 2.1.0 (microsoft#34228)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Dec 7, 2023
1 parent 5ed66ab commit 3135b99
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ports/pkgconf/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pkgconf/pkgconf
REF cef30268e1a3f79efd607c26abcf556aa314c9c4
SHA512 ea03b81d01521201bdc471a39cdc8b13f9452f7cc78706d5c57056595f3e4e8a3562c022ebb72ce6444f2c7a8dfc778114814ef5064eaef770a70cc294c7f7ee
REF "pkgconf-${VERSION}"
SHA512 40abbfdbd64ac95d0e9578acc5f1cb2b692d4c1bfa9f07c4eb1042380bcebff5c063434da2f64bc986c8a7163cde4f7051ba61400461b103616253ab739d4e43
HEAD_REF master
)

vcpkg_configure_meson(
SOURCE_PATH "${SOURCE_PATH}"
NO_PKG_CONFIG
OPTIONS -Dtests=false
OPTIONS -Dtests=disabled
)

set(systemsuffix "")
Expand Down
3 changes: 1 addition & 2 deletions ports/pkgconf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "pkgconf",
"version": "1.8.0",
"port-version": 5,
"version": "2.1.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,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6609,8 +6609,8 @@
"port-version": 2
},
"pkgconf": {
"baseline": "1.8.0",
"port-version": 5
"baseline": "2.1.0",
"port-version": 0
},
"plasma-wayland-protocols": {
"baseline": "1.8.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pkgconf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ea46d2e90c7d74f952d99b6640a88cb9bef6438f",
"version": "2.1.0",
"port-version": 0
},
{
"git-tree": "8848e56b32837456dfb872f6ca3cc9953558d453",
"version": "1.8.0",
Expand Down

0 comments on commit 3135b99

Please sign in to comment.