diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-01-20 04:12:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:03 +0700 |
commit | 109946f67360e09b8245e6aeafa5cfda3a8dfc8d (patch) | |
tree | 51eb8ee6577f034429a66e6955394ea00a1f3938 | |
parent | f0a8056939e90f95512a552a595af3a4f9b2b02d (diff) |
libraries/xbyak: Updated for version 6.68.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/xbyak/xbyak.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/xbyak/xbyak.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/xbyak/xbyak.SlackBuild b/libraries/xbyak/xbyak.SlackBuild index b4c384e2d89f3..07be71506ed86 100644 --- a/libraries/xbyak/xbyak.SlackBuild +++ b/libraries/xbyak/xbyak.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xbyak -# Copyright 2022 Steven Voges <Oregon, USA> +# Copyright 2022-2023 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xbyak -VERSION=${VERSION:-6.64} +VERSION=${VERSION:-6.68} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/xbyak/xbyak.info b/libraries/xbyak/xbyak.info index d91c23a562f61..1c15453d8932d 100644 --- a/libraries/xbyak/xbyak.info +++ b/libraries/xbyak/xbyak.info @@ -1,8 +1,8 @@ PRGNAM="xbyak" -VERSION="6.64" +VERSION="6.68" HOMEPAGE="https://github.com/herumi/xbyak" -DOWNLOAD="https://github.com/herumi/xbyak/archive/v6.64/xbyak-6.64.tar.gz" -MD5SUM="2b18701fe99cc54f1fea5a2f9803ded4" +DOWNLOAD="https://github.com/herumi/xbyak/archive/v6.68/xbyak-6.68.tar.gz" +MD5SUM="c354f320e9a54e4222b638f2643b114b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |