libraries/hyperscan: Updated for version 5.4.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-04-29 10:05:10 -06:00 committed by Willy Sudiarto Raharjo
parent 335fc06e4d
commit c13f667533
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hyperscan
VERSION=${VERSION:-5.4.1}
VERSION=${VERSION:-5.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="hyperscan"
VERSION="5.4.1"
VERSION="5.4.2"
HOMEPAGE="https://www.hyperscan.io"
DOWNLOAD="https://github.com/intel/hyperscan/archive/v5.4.1/hyperscan-5.4.1.tar.gz"
MD5SUM="2f1c475087d81ae0d71333db05ed089d"
DOWNLOAD="https://github.com/intel/hyperscan/archive/v5.4.2/hyperscan-5.4.2.tar.gz"
MD5SUM="202f4b42f5dd4a7bb2506445e51a33b9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ragel"