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 /libraries/xbyak/xbyak.SlackBuild | |
parent | f0a8056939e90f95512a552a595af3a4f9b2b02d (diff) |
libraries/xbyak: Updated for version 6.68.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/xbyak/xbyak.SlackBuild')
-rw-r--r-- | libraries/xbyak/xbyak.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |