File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 11class Dwarfs < Formula
22 desc "Fast high compression read-only file system for Linux, Windows, and macOS"
33 homepage "https://github.com/mhx/dwarfs"
4- url "https://github.com/mhx/dwarfs/releases/download/v0.14.0 /dwarfs-0.14.0 .tar.xz"
5- sha256 "514b851af356102abca9103dd12c92a31fad6d2f705c4cfaff4e815b5753250f "
4+ url "https://github.com/mhx/dwarfs/releases/download/v0.14.1 /dwarfs-0.14.1 .tar.xz"
5+ sha256 "620cf27f2e142a5f8fc05552a70704c3bf4df23c3279c6026b3f37954d0529c5 "
66 license "GPL-3.0-or-later"
77
88 livecheck do
@@ -149,14 +149,3 @@ def install
149149 thread
150150 REQUIRED
151151 )
152- --- a/CMakeLists.txt
153- +++ b/CMakeLists.txt
154- @@ -507,7 +507,7 @@ if(WITH_TESTS OR WITH_BENCHMARKS OR WITH_FUZZ)
155- if(WITH_BENCHMARKS)
156- target_sources(dwarfs_test_helpers PRIVATE test/test_strings.cpp)
157- endif()
158- - target_link_libraries(dwarfs_test_helpers PUBLIC dwarfs_reader dwarfs_writer dwarfs_tool)
159- + target_link_libraries(dwarfs_test_helpers PUBLIC dwarfs_reader dwarfs_writer dwarfs_tool PkgConfig::XXHASH)
160- set_property(TARGET dwarfs_test_helpers PROPERTY CXX_STANDARD ${DWARFS_CXX_STANDARD})
161- target_compile_definitions(dwarfs_test_helpers
162- PUBLIC TEST_DATA_DIR=\"${CMAKE_SOURCE_DIR}/test\"
You can’t perform that action at this time.
0 commit comments