Skip to content

Commit 74c1c55

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-x86_64-libdeflate (1.20-1 -> 1.21-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 6542504 commit 74c1c55

File tree

26 files changed

+15
-11
lines changed

26 files changed

+15
-11
lines changed

mingw64/bin/libdeflate-gunzip.exe

4.5 KB
Binary file not shown.

mingw64/bin/libdeflate-gzip.exe

4.5 KB
Binary file not shown.

mingw64/bin/libdeflate.dll

3.5 KB
Binary file not shown.

mingw64/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 20
17-
#define LIBDEFLATE_VERSION_STRING "1.20"
16+
#define LIBDEFLATE_VERSION_MINOR 21
17+
#define LIBDEFLATE_VERSION_STRING "1.21"
1818

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

mingw64/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.20")
10+
set(PACKAGE_VERSION "1.21")
1111

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

mingw64/lib/cmake/libdeflate/libdeflate-targets.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.27)
10+
cmake_policy(VERSION 2.8.3...3.28)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------

mingw64/lib/libdeflate.a

3.15 KB
Binary file not shown.

mingw64/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.20
8+
Version: 1.21
99
Libs: -L${libdir} -ldeflate
1010
Cflags: -I${includedir} -DLIBDEFLATE_DLL
1111
Cflags.private: -ULIBDEFLATE_DLL

mingw64/share/licenses/libdeflate/COPYING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Copyright 2016 Eric Biggers
2+
Copyright 2024 Google LLC
23

34
Permission is hereby granted, free of charge, to any person
45
obtaining a copy of this software and associated documentation files

var/lib/pacman/local/mingw-w64-x86_64-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
1718204260
2121

2222
%INSTALLDATE%
23-
1722826775
23+
1722913168
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
Binary file not shown.

var/lib/pacman/local/mingw-w64-x86_64-libdeflate-1.20-1/desc renamed to var/lib/pacman/local/mingw-w64-x86_64-libdeflate-1.21-1/desc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-x86_64-libdeflate
33

44
%VERSION%
5-
1.20-1
5+
1.21-1
66

77
%BASE%
88
mingw-w64-libdeflate
@@ -17,16 +17,16 @@ https://github.com/ebiggers/libdeflate
1717
any
1818

1919
%BUILDDATE%
20-
1711551942
20+
1722799564
2121

2222
%INSTALLDATE%
23-
1711594779
23+
1722913166
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/3e617554/8453948141)
26+
CI (msys2/msys2-autobuild/67d510ec/10238713898)
2727

2828
%SIZE%
29-
357451
29+
368893
3030

3131
%REASON%
3232
1
@@ -38,3 +38,6 @@ spdx:MIT
3838
sha256
3939
pgp
4040

41+
%XDATA%
42+
pkgtype=pkg
43+
Binary file not shown.

var/lib/pacman/sync/clang32.db

-147 Bytes
Binary file not shown.

var/lib/pacman/sync/clang32.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/clang64.db

154 Bytes
Binary file not shown.

var/lib/pacman/sync/clang64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/clangarm64.db

330 Bytes
Binary file not shown.

var/lib/pacman/sync/clangarm64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db

77 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db

-4 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db

116 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db.sig

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)