]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
CI: build Windows version with xz 5.2.5
authorMartin Matuska <martin@matuska.org>
Sat, 28 Mar 2020 07:23:28 +0000 (08:23 +0100)
committerMartin Matuska <martin@matuska.org>
Sat, 28 Mar 2020 07:29:55 +0000 (08:29 +0100)
build/ci/github_actions/ci.cmd

index c3826ba08797d9e754b058259680eb8292be5efa..84818b5054aa835934437e0d266d709019a21876 100755 (executable)
@@ -1,7 +1,7 @@
 @ECHO OFF
 SET ZLIB_VERSION=1.2.11
 SET BZIP2_VERSION=b7a672291188a6469f71dd13ad14f2f9a7344fc8
-SET XZ_VERSION=292a5c0f9c9b3a66f5a5c652dc46381836d4537f
+SET XZ_VERSION=2327a461e1afce862c22269b80d3517801103c1b
 IF NOT "%BE%"=="mingw-gcc" (
   IF NOT "%BE%"=="msvc" (
     ECHO Environment variable BE must be mingw-gcc or msvc