snappy: added v1.1.8 (#17397)
This commit is contained in:
parent
05d8ba170b
commit
6c300ab717
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user