Skip to content

Commit

Permalink
update to libhext v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastrapp committed Apr 22, 2022
1 parent 02b304b commit 03be0d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile.libhext
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build libhext
VERSION=1.0.2
SHA256=61ba297c1d53d20a59f9f7a92de448a86e583b42d8fb493338b7c889b4867ddd
VERSION=1.0.3
SHA256=35dc4ddc5693e1c450210857a1442e0aa5049f692a2b1ee9e0a56426ea68e55c
BASE=${PWD}

all: build/v${VERSION}.tar.gz \
Expand Down
12 changes: 6 additions & 6 deletions libhext-regex-headeronly.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
diff -ur ./hext-1.0.2/libhext/cmake/HextConfig.cmake ./hext-1.0.2-patched/libhext/cmake/HextConfig.cmake
--- ./hext-1.0.2/libhext/cmake/HextConfig.cmake 2021-12-17 08:43:21.000000000 -0800
+++ ./hext-1.0.2-patched/libhext/cmake/HextConfig.cmake 2021-12-20 13:19:00.292603841 -0800
diff -ur ./hext-1.0.3/libhext/cmake/HextConfig.cmake ./hext-1.0.3-patched/libhext/cmake/HextConfig.cmake
--- ./hext-1.0.3/libhext/cmake/HextConfig.cmake 2021-12-17 08:43:21.000000000 -0800
+++ ./hext-1.0.3-patched/libhext/cmake/HextConfig.cmake 2021-12-20 13:19:00.292603841 -0800
@@ -1,4 +1,3 @@
include(CMakeFindDependencyMacro)
-find_dependency(Boost COMPONENTS regex)
find_dependency(Gumbo)
include("${CMAKE_CURRENT_LIST_DIR}/HextTargets.cmake")
diff -ur ./hext-1.0.2/libhext/CMakeLists.txt ./hext-1.0.2-patched/libhext/CMakeLists.txt
--- ./hext-1.0.2/libhext/CMakeLists.txt 2021-12-17 08:43:21.000000000 -0800
+++ ./hext-1.0.2-patched/libhext/CMakeLists.txt 2021-12-20 13:18:48.964358484 -0800
diff -ur ./hext-1.0.3/libhext/CMakeLists.txt ./hext-1.0.3-patched/libhext/CMakeLists.txt
--- ./hext-1.0.3/libhext/CMakeLists.txt 2021-12-17 08:43:21.000000000 -0800
+++ ./hext-1.0.3-patched/libhext/CMakeLists.txt 2021-12-20 13:18:48.964358484 -0800
@@ -29,7 +29,6 @@


Expand Down

0 comments on commit 03be0d9

Please sign in to comment.