diff --git a/Project.toml b/Project.toml index a136620..4e31d34 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CodecInflate64" uuid = "6309b1aa-fc58-479c-8956-599a07234577" authors = ["nhz2 "] -version = "0.1.1" +version = "0.1.2" [deps] TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" diff --git a/README.md b/README.md index 2044efa..d80202e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# (WIP) CodecInflate64.jl +# CodecInflate64.jl [![CI](https://github.com/nhz2/CodecInflate64.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/nhz2/CodecInflate64.jl/actions/workflows/CI.yml) [![codecov](https://codecov.io/gh/nhz2/CodecInflate64.jl/branch/main/graph/badge.svg?token=K3J0T9BZ42)](https://codecov.io/gh/nhz2/CodecInflate64.jl) @@ -10,8 +10,6 @@ This package aims to read entries of ZIP files created by the default Windows Fi Deflate64 is an incompatible variant of deflate that Windows File Explorer sometimes uses when making ZIP files. -This package is a work in progress, and may not be able to read all deflate64 data correctly. - The deflate algorithm is described in [RFC 1951](https://www.ietf.org/rfc/rfc1951.txt). Deflate64 has a reference implementation in [dotnet](https://github.com/dotnet/runtime/tree/e5efd8010e19593298dc2c3ee15106d5aec5a924/src/libraries/System.IO.Compression/src/System/IO/Compression/DeflateManaged) diff --git a/test/Artifacts.toml b/test/Artifacts.toml index 767c87f..87b3e8f 100644 --- a/test/Artifacts.toml +++ b/test/Artifacts.toml @@ -3,7 +3,7 @@ git-tree-sha1 = "ed34b433321060f64bbdbda044851336788b9af6" [[ziparchives-jl.download]] sha256 = "99a9bb1d9cba1fae77fd7be224b654da1f247815845ef4ac682a546e8dc70ceb" - url = "https://github.com/medyan-dev/ZipArchives.jl/releases/download/v2.1.6/fixture.tar.gz" + url = "https://github.com/JuliaIO/ZipArchives.jl/releases/download/v2.1.6/fixture.tar.gz" [deflate64-rs] git-tree-sha1 = "3d6705eb6be762b7a849e06a7352f2a1872e222a"