[cmake-developers] cmake-3.3.0-Linux-x86_64.tar.gz on download page is not gzipped

Brad King brad.king at kitware.com
Fri Jul 31 09:09:56 EDT 2015


On 07/31/2015 07:14 AM, Radovan Bast wrote:
> the cmake-3.3.0-Linux-x86_64.tar.gz
> on http://www.cmake.org/download/
> is not gzipped.

Yes, it is.  From a shell on the hosting server:

 $ file cmake-3.3.0-Linux-x86_64.tar.gz
 cmake-3.3.0-Linux-x86_64.tar.gz: gzip compressed data, ...

 $ shasum -a 256 cmake-3.3.0-Linux-x86_64.tar.gz
 25d1f60cec20c89d7a8d6aa608af8766bd2f7de978ae5f2ae1e67641bdd1b8ed  cmake-3.3.0-Linux-x86_64.tar.gz

I think some browsers or other download tools may automatically
gunzip files during download.

-Brad


More information about the cmake-developers mailing list