From 10552576bbc52e027e0241a22984cc470b99420d Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 21 Apr 2023 15:35:13 +0000 Subject: [PATCH] update to libhext v1.0.5 --- 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 e928292..1746acb 100644 --- a/Makefile.libhext +++ b/Makefile.libhext @@ -1,6 +1,6 @@ # Build libhext -VERSION=1.0.4 -SHA256=377c0018df1fd7369074baab10ce962f428c31c852729daddbde5c78297b72bc +VERSION=1.0.5 +SHA256=48f8bae4565b16b05c79eff69a6ba112f0b89d7b2c2ba4273b083ff4067ba3a2 BASE=${PWD} all: build/v${VERSION}.tar.gz \ diff --git a/libhext-regex-headeronly.patch b/libhext-regex-headeronly.patch index 1f884e6..aad7e7b 100644 --- a/libhext-regex-headeronly.patch +++ b/libhext-regex-headeronly.patch @@ -1,14 +1,14 @@ -diff -ur ./hext-1.0.4/libhext/cmake/HextConfig.cmake ./hext-1.0.4-patched/libhext/cmake/HextConfig.cmake ---- ./hext-1.0.4/libhext/cmake/HextConfig.cmake 2021-12-17 08:43:21.000000000 -0800 -+++ ./hext-1.0.4-patched/libhext/cmake/HextConfig.cmake 2021-12-20 13:19:00.292603841 -0800 +diff -ur ./hext-1.0.5/libhext/cmake/HextConfig.cmake ./hext-1.0.5-patched/libhext/cmake/HextConfig.cmake +--- ./hext-1.0.5/libhext/cmake/HextConfig.cmake 2021-12-17 08:43:21.000000000 -0800 ++++ ./hext-1.0.5-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.4/libhext/CMakeLists.txt ./hext-1.0.4-patched/libhext/CMakeLists.txt ---- ./hext-1.0.4/libhext/CMakeLists.txt 2021-12-17 08:43:21.000000000 -0800 -+++ ./hext-1.0.4-patched/libhext/CMakeLists.txt 2021-12-20 13:18:48.964358484 -0800 +diff -ur ./hext-1.0.5/libhext/CMakeLists.txt ./hext-1.0.5-patched/libhext/CMakeLists.txt +--- ./hext-1.0.5/libhext/CMakeLists.txt 2021-12-17 08:43:21.000000000 -0800 ++++ ./hext-1.0.5-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 c58807c..96737dd 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "hext.js", - "version": "1.0.4", + "version": "1.0.5", "description": "Use Hext in a browser or with node", "homepage": "https://hext.thomastrapp.com", "bugs": "https://github.com/html-extract/hext.js/issues",