Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
mingw-w64-x86_64-libdeflate (1.20-1 -> 1.21-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Aug 6, 2024
1 parent 6542504 commit 74c1c55
Show file tree
Hide file tree
Showing 26 changed files with 15 additions and 11 deletions.
Binary file modified mingw64/bin/libdeflate-gunzip.exe
Binary file not shown.
Binary file modified mingw64/bin/libdeflate-gzip.exe
Binary file not shown.
Binary file modified mingw64/bin/libdeflate.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions mingw64/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 20
#define LIBDEFLATE_VERSION_STRING "1.20"
#define LIBDEFLATE_VERSION_MINOR 21
#define LIBDEFLATE_VERSION_STRING "1.21"

/*
* 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.20")
set(PACKAGE_VERSION "1.21")

if (PACKAGE_FIND_VERSION_RANGE)
# Package version must be in the requested version range
Expand Down
2 changes: 1 addition & 1 deletion mingw64/lib/cmake/libdeflate/libdeflate-targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.27)
cmake_policy(VERSION 2.8.3...3.28)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
Expand Down
Binary file modified mingw64/lib/libdeflate.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/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.20
Version: 1.21
Libs: -L${libdir} -ldeflate
Cflags: -I${includedir} -DLIBDEFLATE_DLL
Cflags.private: -ULIBDEFLATE_DLL
1 change: 1 addition & 0 deletions mingw64/share/licenses/libdeflate/COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright 2016 Eric Biggers
Copyright 2024 Google LLC

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204260

%INSTALLDATE%
1722826775
1722913168

%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-x86_64-libdeflate

%VERSION%
1.20-1
1.21-1

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

%BUILDDATE%
1711551942
1722799564

%INSTALLDATE%
1711594779
1722913166

%PACKAGER%
CI (msys2/msys2-autobuild/3e617554/8453948141)
CI (msys2/msys2-autobuild/67d510ec/10238713898)

%SIZE%
357451
368893

%REASON%
1
Expand All @@ -38,3 +38,6 @@ spdx:MIT
sha256
pgp

%XDATA%
pkgtype=pkg

Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db.sig
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/clangarm64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.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 74c1c55

Please sign in to comment.