Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions ports/snappy/fix_clang-cl_build.patch

This file was deleted.

3 changes: 1 addition & 2 deletions ports/snappy/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/snappy
REF ${VERSION}
SHA512 e7290d79ddd45605aafd02cba9eaa32309c94af04f137552a97a915c391f185dccab9b7b21a01b28f3f446be420232c3c22d91c06e0be6e1e2e32d645174798c
SHA512 0c1e1019e1bec9281f9877996d896e59e1533456130143224acb9cbfc35c1b0dd9de0a76e4a36494844d9ec58c295eed8c50bdf6dbabe47cf679652eb24b1281
HEAD_REF master
PATCHES
fix_clang-cl_build.patch
no-werror.patch
pkgconfig.diff
)
Expand Down
2 changes: 1 addition & 1 deletion ports/snappy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snappy",
"version": "1.2.1",
"version": "1.2.2",
"description": "A fast compressor/decompressor.",
"homepage": "https://github.com/google/snappy",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8633,7 +8633,7 @@
"port-version": 2
},
"snappy": {
"baseline": "1.2.1",
"baseline": "1.2.2",
"port-version": 0
},
"snitch": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/snappy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "94c3957b07adbed73603330f9f3a7212f911b339",
"version": "1.2.2",
"port-version": 0
},
{
"git-tree": "9672ae749ed648326f88d504ae03872883a526e4",
"version": "1.2.1",
Expand Down