Skip to content

Commit

Permalink
update to libhext v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastrapp committed Nov 9, 2023
1 parent c28bcdd commit ad69993
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.6
SHA256=28f2371c08937b778fbb4bf08d192a07978b866e5dc4fb8c42eb833543ef4a4f
VERSION=1.0.8
SHA256=90345145e6915cfaf3deb6accb45e3235d4d99108905bec3719d0cecba2a66d3
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.6/libhext/cmake/HextConfig.cmake ./hext-1.0.6-patched/libhext/cmake/HextConfig.cmake
--- ./hext-1.0.6/libhext/cmake/HextConfig.cmake 2021-12-17 08:43:21.000000000 -0800
+++ ./hext-1.0.6-patched/libhext/cmake/HextConfig.cmake 2021-12-20 13:19:00.292603841 -0800
diff -ur ./hext-1.0.8/libhext/cmake/HextConfig.cmake ./hext-1.0.8-patched/libhext/cmake/HextConfig.cmake
--- ./hext-1.0.8/libhext/cmake/HextConfig.cmake 2021-12-17 08:43:21.000000000 -0800
+++ ./hext-1.0.8-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.6/libhext/CMakeLists.txt ./hext-1.0.6-patched/libhext/CMakeLists.txt
--- ./hext-1.0.6/libhext/CMakeLists.txt 2021-12-17 08:43:21.000000000 -0800
+++ ./hext-1.0.6-patched/libhext/CMakeLists.txt 2021-12-20 13:18:48.964358484 -0800
diff -ur ./hext-1.0.8/libhext/CMakeLists.txt ./hext-1.0.8-patched/libhext/CMakeLists.txt
--- ./hext-1.0.8/libhext/CMakeLists.txt 2021-12-17 08:43:21.000000000 -0800
+++ ./hext-1.0.8-patched/libhext/CMakeLists.txt 2021-12-20 13:18:48.964358484 -0800
@@ -29,7 +29,6 @@


Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hext.js",
"version": "1.0.6",
"version": "1.0.8",
"description": "Use Hext in a browser or with node",
"homepage": "https://hext.thomastrapp.com",
"bugs": "https://github.com/html-extract/hext.js/issues",
Expand Down

0 comments on commit ad69993

Please sign in to comment.