mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/hyperscan: Updated for version 5.4.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
335fc06e4d
commit
c13f667533
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue