[snappy] Update to 1.1.9 (#20350)

* Update snappy to 1.1.9

* Update CI baseline

* udpate vcpkg.json

* update version

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
chausner 2021-09-28 05:52:58 +02:00 committed by GitHub
parent 481a0cde8c
commit bcdda2e5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/snappy
REF 537f4ad6240e586970fe554614542e9717df7902 # 1.1.8
SHA512 555d3b69a6759592736cbaae8f41654f0cf14e8be693b5dde37640191e53daec189f895872557b173e905d10681ef502f3e6ed8566811add963ffef96ce4016d
REF 1.1.9
SHA512 F1F8A90F5F7F23310423574B1D8C9ACB84C66EA620F3999D1060395205E5760883476837ABA02F0AA913AF60819E34C625D8308C18A5D7A9C4E190F35968B024
HEAD_REF master
)
@ -11,6 +11,7 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DSNAPPY_BUILD_TESTS=OFF
-DSNAPPY_BUILD_BENCHMARKS=OFF
-DCMAKE_DEBUG_POSTFIX=d)
vcpkg_install_cmake()

View File

@ -1,7 +1,6 @@
{
"name": "snappy",
"version-string": "1.1.8",
"port-version": 1,
"version": "1.1.9",
"description": "A fast compressor/decompressor.",
"homepage": "https://github.com/google/snappy"
}

View File

@ -6129,8 +6129,8 @@
"port-version": 7
},
"snappy": {
"baseline": "1.1.8",
"port-version": 1
"baseline": "1.1.9",
"port-version": 0
},
"sndfile": {
"baseline": "0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ca2180e16528c28e8afe86ce0d7cf0e8a053f273",
"version": "1.1.9",
"port-version": 0
},
{
"git-tree": "c1afd7c780a1ca8befbc3fbde0262d073afeee35",
"version-string": "1.1.8",