aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-03-17 05:52:12 +0800
committerGitHub <noreply@github.com>2020-03-16 14:52:12 -0700
commit5e24dfc88ac65af511c4f9c31b8a2606616406cd (patch)
treed47684cc56bb1e68db1dee2e09e835ccda57667f
parentf72c465aff62315d3854b7de040f3c31e53a242f (diff)
downloadvcpkg-5e24dfc88ac65af511c4f9c31b8a2606616406cd.tar.gz
vcpkg-5e24dfc88ac65af511c4f9c31b8a2606616406cd.zip
[zopfli] Update to 1.0.3 (#10405)
-rw-r--r--ports/zopfli/CONTROL3
-rw-r--r--ports/zopfli/portfile.cmake10
2 files changed, 4 insertions, 9 deletions
diff --git a/ports/zopfli/CONTROL b/ports/zopfli/CONTROL
index 9db22d105..97261af02 100644
--- a/ports/zopfli/CONTROL
+++ b/ports/zopfli/CONTROL
@@ -1,3 +1,4 @@
Source: zopfli
-Version: 2019-01-19-1
+Version: 1.0.3
+Homepage: https://github.com/google/zopfli
Description: Zopfli Compression Algorithm compression library programmed in C
diff --git a/ports/zopfli/portfile.cmake b/ports/zopfli/portfile.cmake
index bb5b9c211..7ce1dfeff 100644
--- a/ports/zopfli/portfile.cmake
+++ b/ports/zopfli/portfile.cmake
@@ -1,10 +1,8 @@
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/zopfli
- REF ef109ddf164911cf1e5612e90b4a619839a1e3ca
- SHA512 9067d14c3ca7f5f07a0c4913ae1804128cf928770359618eab3c655ccbfa7260a11ec1db871a7e5be7d92098c2dda5a55b948eb779c9c64647bddfd1e9ace1f5
+ REF bd64b2f0553d4f1ef4e6627647c5d9fc8c71ffc0 # zopfli-1.0.3
+ SHA512 3c99a4cdf3b2f0b619944bf2173ded8e10a89271fc4b2c713378b85d976a8580d15a473d5b0e6229f2911908fb1cc7397e516d618e61831c3becd65623214d94
HEAD_REF master
)
@@ -68,8 +66,4 @@ endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-# Handle copyright
configure_file(${SOURCE_PATH}/COPYING ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
-
-# CMake integration test
-vcpkg_test_cmake(PACKAGE_NAME ${PORT})