summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-11-15 23:45:06 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-11-15 23:45:06 (GMT)
commitdd75f33d00b42cd4b7bb4c7446291c58435e7851 (patch)
tree9c53efb5c0f0f55accc4f8c82a48c8addb9e428c /src
parent71625234af7179f9e5dfc424684b45d58e27e993 (diff)
downloadmxe-dd75f33d00b42cd4b7bb4c7446291c58435e7851.zip
mxe-dd75f33d00b42cd4b7bb4c7446291c58435e7851.tar.gz
mxe-dd75f33d00b42cd4b7bb4c7446291c58435e7851.tar.bz2
update hyperscan to 4.3.2
This version of hyperscan adds a fix for boost bug introduced in boost 1.62.0. See https://github.com/mxe/mxe/pull/1549#issuecomment-255600102 See https://github.com/01org/hyperscan/issues/39#issuecomment-260495946
Diffstat (limited to 'src')
-rw-r--r--src/hyperscan.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hyperscan.mk b/src/hyperscan.mk
index 89fd36d..87ab40c 100644
--- a/src/hyperscan.mk
+++ b/src/hyperscan.mk
@@ -2,8 +2,8 @@
PKG := hyperscan
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 4.3.1
-$(PKG)_CHECKSUM := a7bce1287c06d53d1fb34266d024331a92ee24cbb2a7a75061b4ae50a30bae97
+$(PKG)_VERSION := 4.3.2
+$(PKG)_CHECKSUM := 6cd5820d6da51d6fe4ab12066d1efd9afecc1bc6fb7d6eca9c98f76fd391dbd5
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
$(PKG)_URL := https://github.com/01org/$(PKG)/archive/v$($(PKG)_VERSION).tar.gz