Skip to content

Commit 88789fb

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-pkgconf (1~2.5.0-1 -> 1~2.5.1-1) mingw-w64-x86_64-pkgconf (1~2.5.0-1 -> 1~2.5.1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 5dbc90e commit 88789fb

File tree

37 files changed

+15
-15
lines changed

37 files changed

+15
-15
lines changed

mingw32/bin/bomtool.exe

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/bin/libpkgconf-7.dll

0 Bytes
Binary file not shown.

mingw32/bin/pkg-config.exe

0 Bytes
Binary file not shown.

mingw32/bin/pkgconf.exe

0 Bytes
Binary file not shown.

mingw32/include/pkgconf/libpkgconf/libpkgconf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ typedef struct pkgconf_queue_ pkgconf_queue_t;
8181
#define PKGCONF_FOREACH_LIST_ENTRY_REVERSE(tail, value) \
8282
for ((value) = (tail); (value) != NULL; (value) = (value)->prev)
8383

84-
#define LIBPKGCONF_VERSION 20500
85-
#define LIBPKGCONF_VERSION_STR "2.5.0"
84+
#define LIBPKGCONF_VERSION 20501
85+
#define LIBPKGCONF_VERSION_STR "2.5.1"
8686

8787
struct pkgconf_queue_ {
8888
pkgconf_node_t iter;

mingw32/lib/pkgconfig/libpkgconf.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ libdir=${prefix}/lib
55
Name: libpkgconf
66
Description: a library for accessing and manipulating development framework configuration
77
URL: http://github.com/pkgconf/pkgconf
8-
Version: 2.5.0
8+
Version: 2.5.1
99
Libs: -L${libdir} -lpkgconf
1010
Cflags: -I${includedir}/pkgconf -DPKGCONFIG_IS_NOT_STATIC

mingw64/bin/bomtool.exe

0 Bytes
Binary file not shown.

mingw64/bin/libpkgconf-7.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)