Skip to content

Releases: cpuchain/nzip

v1.0.3

14 Aug 05:55
v1.0.3
37f1b9f
Compare
Choose a tag to compare

GitHub Release)

A fast & low-memory consuming archiver built on fflate and Node.js

How to install

Simple one liner install for linux

wget -qO- https://github.com/ifconfigla/nzip/releases/download/v1.0.3/nzip-1.0.3-x86_64-linux.tar.gz | tar xvz && \
sudo mv nzip /usr/local/bin

Check with the following command

nzip --help

SHA256SUMS

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

63d7ae0fedd4e6d088c31a438fb576fa99fe53b17c528c19de0fb8be8c4baab7  ifconfig-dev.asc
315aa78f7804e87ca18f5eb4c395abdd69cc4f6fc245b758910de6a0ac14b456  nzip-1.0.3-src.zip
8a0e5b30dc6529331caa545c0e35acce6e99a139efaba0db1c9b18b7fc60bce4  nzip-1.0.3-x86_64-darwin.tar.gz
1c1a3cf717a0f46781f1e1fad74f7b29b5fd3d3dd49ee32d5fdd67800287e52e  nzip-1.0.3-x86_64-linux.tar.gz
e96bb9d6ccfb85ceea13b48e6b3a7ea31c4f7c29c56e20bd7a43e40e3403e848  nzip-1.0.3-x86_64-win.zip
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEFZj4XB6rKLMIBkvKMBwK+WsJ610FAmTZwZUACgkQMBwK+WsJ
611PARAAlSB5scAlKvXxjQ9A8Tpj3wa2QazPI+PbxDqaL95zNvEKzwRWvgxiEske
xWAV77fQWxLZvawmSzvelLCEhK4qa+C4wgxcHbzfbuZZ7JqfWxGPXNX06aMpajk0
REir0RJAW8vm8KLJIJ0GMtNSnmXQtlRdzO3H9H8CUB6EiPrrDIuq5SYTolCQVY+W
R8pzQtXn0R6O3X2kqDcGW9t1F0YZERgmwr1UODYczs7Rwud4OCr2P/pXBuQzlMEa
OM58IeleuaKMAek3sUcrh0yD/O/Tfy3dNfNwPHzssVZsErqptpjDkP7fE/mk4fNs
hEM5LUhOL0+1J5p3nyF1EBBqL5Q9/6zqMTvDfM1M56gE98EGoZ+t1AysGu2S79Ge
xpdD1TQJvigJ4NjoXGkMruHW7rmljn02hrhLwQIPAnxX0AS3LF/YbRBkF3bQCk6C
+Hyc/GYUgu3LujukPNZFe/HBAgPPZLolxRoL9hrTeXjq51S2ampewbEkN5hpK6DC
M1i3H4oYTIE4wZjY5auUI8xRMEbrNXkPxHKgoq12tuK1XU6kuRKisk1tZJZhwLPS
xX+gr61WE4Cc6QuJgiWPXfx4jljT32Uezm/WVUd4yLEMWPPDQuNn7T+blvmxFDgc
5qD5p+Ejyh/Y8x2nc0ekHlI9jb8knd8ktB3EX8KgyrkSWiEvMm4=
=8JV5
-----END PGP SIGNATURE-----

How to verify

First, import our PGP key used for release process if you haven't

wget -qO- https://github.com/ifconfigla/nzip/releases/download/v1.0.3/ifconfig-dev.asc | gpg --import

Then, download the release binaries with the signed file and verify those

wget https://github.com/ifconfigla/nzip/releases/download/v1.0.3/nzip-1.0.3-x86_64-darwin.tar.gz && \
wget https://github.com/ifconfigla/nzip/releases/download/v1.0.3/nzip-1.0.3-x86_64-linux.tar.gz && \
wget https://github.com/ifconfigla/nzip/releases/download/v1.0.3/nzip-1.0.3-x86_64-win.zip && \
wget https://github.com/ifconfigla/nzip/releases/download/v1.0.3/SHA256SUMS.asc

# Verify the SHA256SUMS file first
gpg --verify SHA256SUMS.asc

# Verify binary files
sha256sum --ignore-missing --check SHA256SUMS.asc

v1.0.1

13 Aug 05:43
v1.0.1
abbb703
Compare
Choose a tag to compare

GitHub Release)

A fast & low-memory consuming archiver built on fflate and Node.js

How to install

Simple one liner install for linux

wget -qO- https://github.com/ifconfigla/nzip/releases/download/v1.0.1/nzip-1.0.1-x86_64-linux.tar.gz | tar xvz && sudo mv nzip /usr/local/bin

Check with the following command

nzip --help

How to verify

First, import our PGP key used for release process if you haven't

wget -qO- https://github.com/ifconfigla/nzip/releases/download/v1.0.1/ifconfig-dev.asc | gpg --import

Then, download the release binaries with the signed file and verify those

wget https://github.com/ifconfigla/nzip/releases/download/v1.0.1/nzip-1.0.1-x86_64-darwin.tar.gz && \
wget https://github.com/ifconfigla/nzip/releases/download/v1.0.1/nzip-1.0.1-x86_64-linux.tar.gz && \
wget https://github.com/ifconfigla/nzip/releases/download/v1.0.1/nzip-1.0.1-x86_64-win.zip && \
wget https://github.com/ifconfigla/nzip/releases/download/v1.0.1/SHA256SUMS.asc

# Verify the SHA256SUMS file first
gpg --verify SHA256SUMS.asc

# Verify binary files
sha256sum --ignore-missing --check SHA256SUMS.asc

NZIP 1.0.0

10 Aug 15:43
v1.0.0
aa361e3
Compare
Choose a tag to compare

GitHub Release)

A fast & low-memory consuming archiver built on fflate and Node.js

How to install

Simple one liner install for linux

wget -qO- https://github.com/ifconfigla/nzip/releases/download/v1.0.0/nzip-1.0.0-x86_64-linux.tar.gz | tar xvz && sudo mv nzip /usr/local/bin

Check with the following command

nzip --help

How to verify

First, import our PGP key used for release process if you haven't

wget -qO- https://github.com/ifconfigla/nzip/releases/download/v1.0.0/ifconfig-dev.asc | gpg --import

Then, download the release binaries with the signed file and verify those

wget https://github.com/ifconfigla/nzip/releases/download/v1.0.0/nzip-1.0.0-x86_64-darwin.tar.gz && \
wget https://github.com/ifconfigla/nzip/releases/download/v1.0.0/nzip-1.0.0-x86_64-linux.tar.gz && \
wget https://github.com/ifconfigla/nzip/releases/download/v1.0.0/nzip-1.0.0-x86_64-win.zip && \
wget https://github.com/ifconfigla/nzip/releases/download/v1.0.0/SHA256SUMS.asc

# Verify the SHA256SUMS file first
gpg --verify SHA256SUMS.asc

# Verify binary files
sha256sum --ignore-missing --check SHA256SUMS.asc