diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-29 13:12:11 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-30 12:27:56 -0800 |
| commit | 26f12d20bbbce9247860f5cb0a14088f91d06970 (patch) | |
| tree | f59ab60cf8f70233aed0c6ef3e161e420c19ed0c /ports/brotli | |
| parent | 1e8bb55f144a61c68e01cefe1b3c15f58b71cd06 (diff) | |
| download | vcpkg-26f12d20bbbce9247860f5cb0a14088f91d06970.tar.gz vcpkg-26f12d20bbbce9247860f5cb0a14088f91d06970.zip | |
[many ports] Updates to latest
Diffstat (limited to 'ports/brotli')
| -rw-r--r-- | ports/brotli/CONTROL | 2 | ||||
| -rw-r--r-- | ports/brotli/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/brotli/CONTROL b/ports/brotli/CONTROL index 25bc036a8..451b46f9f 100644 --- a/ports/brotli/CONTROL +++ b/ports/brotli/CONTROL @@ -1,3 +1,3 @@ Source: brotli
-Version: 0.6.0-1
+Version: 1.0.2
Description: a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.
diff --git a/ports/brotli/portfile.cmake b/ports/brotli/portfile.cmake index 36e489bc4..2479a73aa 100644 --- a/ports/brotli/portfile.cmake +++ b/ports/brotli/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/brotli - REF v0.6.0 - SHA512 36caa277790efeb5bff0fdc090cdcf00fd9995c4e81a60ed31d36af2e13848ec1afe5d84e6926eebbee013525191e9404e112cb7fbede16097221c5bc3dfb5d5 + REF v1.0.2 + SHA512 b3ec98159e63b4169dea3e958d60d89247dc1c0f78aab27bfffb2ece659fa024df990d410aa15c12b2082d42e3785e32ec248dce2b116c7f34e98bb6337f9fc9 HEAD_REF master ) |
