Update to 1.1.14

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
Jonathan Dieter 2021-05-20 21:27:47 +01:00
parent 2100feb87c
commit f6ea1e7d5d
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/zchunk-1.1.9.tar.gz
/zchunk-1.1.11.tar.gz
/zchunk-1.1.13.tar.gz
/zchunk-1.1.14.tar.gz

View File

@ -1 +1 @@
SHA512 (zchunk-1.1.13.tar.gz) = 47d3a3bcee1b1e1ace325e97640d3d8d4cd2e45218ebdb79f3a6b7836336d8d0fbea12450bd04f800a0f4327c9b9987c3f1e411555ccff43a23ef142da842f07
SHA512 (zchunk-1.1.14.tar.gz) = 2419b438837933d6e7ff376c8424d6ca41c05056f6146d3f1eb2eaae76646cf3e8702bfe6d6c9d8c0b02927e47838062f8b37bda4c1515ff4359f9d3319b136e

View File

@ -1,5 +1,5 @@
Name: zchunk
Version: 1.1.13
Version: 1.1.14
Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD and MIT
@ -84,7 +84,7 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h
%changelog
* Thu May 20 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.13-1
* Thu May 20 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.14-1
- Fix tests on all arches when built against zstd-1.5.0
* Sat May 1 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.11-1