libraries/highway: Updated for version 1.1.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-02-22 21:35:54 +07:00 committed by Willy Sudiarto Raharjo
parent e6b86b9e8e
commit d526eb130b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 4 deletions

View file

@ -12,3 +12,7 @@ Updated to version 1.0.4
16/02/2024
Updated to version 1.0.7
19/02/2024
Updated to version 1.1.0

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="highway"
VERSION="1.0.7"
VERSION="1.1.0"
HOMEPAGE="https://github.com/google/highway"
DOWNLOAD="https://github.com/google/highway/archive/1.0.7/highway-1.0.7.tar.gz"
MD5SUM="a180aad950d32513d7a10a4af89ddfbc"
DOWNLOAD="https://github.com/google/highway/archive/1.1.0/highway-1.1.0.tar.gz"
MD5SUM="6a5d433b66626afbd3fcc5884d2f270a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtest"