From e99d6d4365e618fbdbb42d24622630e093162189 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Wed, 10 Jan 2024 13:28:51 +0100 Subject: [PATCH] Fix hyperscan git repository location Signed-off-by: Tom Forbes --- build_tools/macos/build_hyperscan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/macos/build_hyperscan.sh b/build_tools/macos/build_hyperscan.sh index da450ab..3aa6021 100755 --- a/build_tools/macos/build_hyperscan.sh +++ b/build_tools/macos/build_hyperscan.sh @@ -16,7 +16,7 @@ if [ -z "$HYPERSCAN_VERSION" ]; then fi cd /tmp -git clone -b "${HYPERSCAN_VERSION}" https://github.com/01org/hyperscan.git +git clone -b "${HYPERSCAN_VERSION}" https://github.com/intel/hyperscan.git brew install boost cmake git pkg-config python@3.11 ragel wget gnu-tar cd hyperscan