Skip to content

Commit b339649

Browse files
BrewTestBotchenrui333
authored andcommitted
dwarfs 0.14.1
dwarfs: update patch Signed-off-by: Rui Chen <[email protected]>
1 parent 44914ef commit b339649

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

Formula/d/dwarfs.rb

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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\"

0 commit comments

Comments
 (0)