Undo hashes changes now that GitHub has revertedHHVM-6.26
authorWilfred Hughes <[email protected]>
Tue, 31 Jan 2023 19:20:35 +0000 (31 11:20 -0800)
committerWilfred Hughes <[email protected]>
Tue, 31 Jan 2023 19:20:35 +0000 (31 11:20 -0800)
third-party/brotli/CMakeLists.txt
third-party/double-conversion/CMakeLists.txt
third-party/lz4/CMakeLists.txt
third-party/timelib/CMakeLists.txt

index d0288f1..8e652e5 100644 (file)
@@ -7,7 +7,7 @@ SET_HHVM_THIRD_PARTY_SOURCE_ARGS(
   SOURCE_URL
   "https://github.com/google/brotli/archive/refs/tags/v1.0.9.tar.gz"
   SOURCE_HASH
-  "SHA256=43f9b6ef43c7471bac9d826118b30e35c46e11a090fc31712a28a3f7ebf405bb"
+  "SHA256=f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46"
   FILENAME_PREFIX "brotli-"
 )
 
index f170569..5f8f853 100644 (file)
@@ -4,7 +4,7 @@ include(HPHPFunctions)
 SET_HHVM_THIRD_PARTY_SOURCE_ARGS(
   DOUBLE_CONVERSION_DOWNLOAD_ARGS
   SOURCE_URL "https://github.com/google/double-conversion/archive/refs/tags/v3.0.1.tar.gz"
-  SOURCE_HASH "SHA256=0777bb2702ebf18a16dd3bc2eb0b0e7b3aa1c9b4375feaa87ea4cf9d27be4536"
+  SOURCE_HASH "SHA256=d400c86417df2980b60dc27ad68249dd124964738916d20cdc9c90b42de86490"
   # The tarball name is just the tag name, which can conflict in the cache
   FILENAME_PREFIX "double-conversion-"
 )
index 39f8fa0..c6bf658 100644 (file)
@@ -22,7 +22,7 @@ endif ()
 SET_HHVM_THIRD_PARTY_SOURCE_ARGS(
   LZ4_DOWNLOAD_ARGS
   SOURCE_URL "https://github.com/lz4/lz4/archive/v1.9.2.tar.gz"
-  SOURCE_HASH "SHA256=007a5fcf0834444d28930ad9079a0a0ccfb89e60a023e7f47676b846bd7ab9b5"
+  SOURCE_HASH "SHA256=658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc"
   # By default, we'd look for v1.9.2.tar.gz in the cache - let's look for
   # lz4-v1.9.2 instead
   FILENAME_PREFIX "lz4-"
index bb975b8..35aa03d 100644 (file)
@@ -7,7 +7,7 @@ find_program(RE2C_EXECUTABLE NAMES re2c REQUIRED)
 SET_HHVM_THIRD_PARTY_SOURCE_ARGS(
   TIMELIB_DOWNLOAD_ARGS
   SOURCE_URL "https://github.com/derickr/timelib/archive/refs/tags/2021.07.tar.gz"
-  SOURCE_HASH "SHA512=8694c1d3420994ea3d94c7f044e467e29f5f707df9d1afe4c2c44233e208eed1b8f3025d21c721695ae741bad9b49f8390d67f818ff7e5fcf79a84a62ed37a0a"
+  SOURCE_HASH "SHA512=7bc56d20360937af10f63960e443cc8bd4d24c5369f697241e54da21465d4512bd16cfa6f0efcf2b847cc19781e1cecf93c9e19a1efa4f1a7012c9fa442eeabe"
   # Look for timelib-YYYY.MM.tar.gz in download cache, not just YYYY.MM.tar.gz
   FILENAME_PREFIX "timelib-"
 )