From ad69993ed1558d098020fe0c44493e33a8408805 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 9 Nov 2023 16:11:14 +0100 Subject: [PATCH] update to libhext v1.0.8 --- Makefile.libhext | 4 ++-- libhext-regex-headeronly.patch | 12 ++++++------ npm/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile.libhext b/Makefile.libhext index 329d7f9..6db882d 100644 --- a/Makefile.libhext +++ b/Makefile.libhext @@ -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 \ diff --git a/libhext-regex-headeronly.patch b/libhext-regex-headeronly.patch index bd29650..0c90540 100644 --- a/libhext-regex-headeronly.patch +++ b/libhext-regex-headeronly.patch @@ -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 @@ diff --git a/npm/package.json b/npm/package.json index 83d2fb8..cf7cad2 100644 --- a/npm/package.json +++ b/npm/package.json @@ -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",