Skip to content

Commit 2746269

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-i686-libdeflate (1.22-1 -> 1.23-1) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent a1f4e5a commit 2746269

File tree

22 files changed

+12
-12
lines changed

22 files changed

+12
-12
lines changed

etc/rebase.db.i386

0 Bytes
Binary file not shown.

mingw32/bin/libdeflate-gunzip.exe

7 Bytes
Binary file not shown.

mingw32/bin/libdeflate-gzip.exe

7 Bytes
Binary file not shown.

mingw32/bin/libdeflate.dll

0 Bytes
Binary file not shown.

mingw32/include/libdeflate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ extern "C" {
1313
#endif
1414

1515
#define LIBDEFLATE_VERSION_MAJOR 1
16-
#define LIBDEFLATE_VERSION_MINOR 22
17-
#define LIBDEFLATE_VERSION_STRING "1.22"
16+
#define LIBDEFLATE_VERSION_MINOR 23
17+
#define LIBDEFLATE_VERSION_STRING "1.23"
1818

1919
/*
2020
* Users of libdeflate.dll on Windows can define LIBDEFLATE_DLL to cause

mingw32/lib/cmake/libdeflate/libdeflate-config-version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
88
# The variable CVF_VERSION must be set before calling configure_file().
99

10-
set(PACKAGE_VERSION "1.22")
10+
set(PACKAGE_VERSION "1.23")
1111

1212
if (PACKAGE_FIND_VERSION_RANGE)
1313
# Package version must be in the requested version range

mingw32/lib/cmake/libdeflate/libdeflate-targets.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by CMake
22

33
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4-
message(FATAL_ERROR "CMake >= 2.8.0 required")
4+
message(FATAL_ERROR "CMake >= 2.8.3 required")
55
endif()
66
if(CMAKE_VERSION VERSION_LESS "2.8.3")
77
message(FATAL_ERROR "CMake >= 2.8.3 required")
88
endif()
99
cmake_policy(PUSH)
10-
cmake_policy(VERSION 2.8.3...3.28)
10+
cmake_policy(VERSION 2.8.3...3.29)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------

mingw32/lib/libdeflate.a

-236 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/libdeflate.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib
55

66
Name: libdeflate
77
Description: Fast implementation of DEFLATE, zlib, and gzip
8-
Version: 1.22
8+
Version: 1.23
99
Libs: -L${libdir} -ldeflate
1010
Cflags: -I${includedir} -DLIBDEFLATE_DLL
1111
Cflags.private: -ULIBDEFLATE_DLL

var/lib/pacman/local/mingw-w64-i686-git-extra-1.1.641.031e03baf-1/desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1718204230
2121

2222
%INSTALLDATE%
23-
1735874415
23+
1735960745
2424

2525
%PACKAGER%
2626
Johannes Schindelin <johannes.schindelin@gmx.de>

0 commit comments

Comments
 (0)