Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
mingw-w64-i686-libdeflate (1.22-1 -> 1.23-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Jan 4, 2025
1 parent a1f4e5a commit 2746269
Show file tree
Hide file tree
Showing 22 changed files with 12 additions and 12 deletions.
Binary file modified etc/rebase.db.i386
Binary file not shown.
Binary file modified mingw32/bin/libdeflate-gunzip.exe
Binary file not shown.
Binary file modified mingw32/bin/libdeflate-gzip.exe
Binary file not shown.
Binary file modified mingw32/bin/libdeflate.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions mingw32/include/libdeflate.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ extern "C" {
#endif

#define LIBDEFLATE_VERSION_MAJOR 1
#define LIBDEFLATE_VERSION_MINOR 22
#define LIBDEFLATE_VERSION_STRING "1.22"
#define LIBDEFLATE_VERSION_MINOR 23
#define LIBDEFLATE_VERSION_STRING "1.23"

/*
* Users of libdeflate.dll on Windows can define LIBDEFLATE_DLL to cause
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
# The variable CVF_VERSION must be set before calling configure_file().

set(PACKAGE_VERSION "1.22")
set(PACKAGE_VERSION "1.23")

if (PACKAGE_FIND_VERSION_RANGE)
# Package version must be in the requested version range
Expand Down
4 changes: 2 additions & 2 deletions mingw32/lib/cmake/libdeflate/libdeflate-targets.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Generated by CMake

if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
message(FATAL_ERROR "CMake >= 2.8.0 required")
message(FATAL_ERROR "CMake >= 2.8.3 required")
endif()
if(CMAKE_VERSION VERSION_LESS "2.8.3")
message(FATAL_ERROR "CMake >= 2.8.3 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.3...3.28)
cmake_policy(VERSION 2.8.3...3.29)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
Expand Down
Binary file modified mingw32/lib/libdeflate.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/lib/pkgconfig/libdeflate.pc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib

Name: libdeflate
Description: Fast implementation of DEFLATE, zlib, and gzip
Version: 1.22
Version: 1.23
Libs: -L${libdir} -ldeflate
Cflags: -I${includedir} -DLIBDEFLATE_DLL
Cflags.private: -ULIBDEFLATE_DLL
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204230

%INSTALLDATE%
1735874415
1735960745

%PACKAGER%
Johannes Schindelin <johannes.schindelin@gmx.de>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-libdeflate

%VERSION%
1.22-1
1.23-1

%BASE%
mingw-w64-libdeflate
Expand All @@ -17,16 +17,16 @@ https://github.com/ebiggers/libdeflate
any

%BUILDDATE%
1730506652
1735863925

%INSTALLDATE%
1730604337
1735960743

%PACKAGER%
CI (msys2/msys2-autobuild/acafab9b/11638047128)
CI (msys2/msys2-autobuild/35ff0b71/12590681364)

%SIZE%
385870
385641

%REASON%
1
Expand Down
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit 2746269

Please sign in to comment.