snappy: added v1.1.8 (#17397)

This commit is contained in:
Frank Willmore 2020-07-07 10:25:26 -05:00 committed by GitHub
parent 05d8ba170b
commit 6c300ab717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,9 @@ class Snappy(CMakePackage):
"""A fast compressor/decompressor: https://code.google.com/p/snappy""" """A fast compressor/decompressor: https://code.google.com/p/snappy"""
homepage = "https://github.com/google/snappy" homepage = "https://github.com/google/snappy"
url = "https://github.com/google/snappy/archive/1.1.7.tar.gz" url = "https://github.com/google/snappy/archive/1.1.8.tar.gz"
version('1.1.8', sha256='16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f')
version('1.1.7', sha256='3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4') version('1.1.7', sha256='3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4')
variant('shared', default=True, description='Build shared libraries') variant('shared', default=True, description='Build shared libraries')