diff options
author | Johannes Schoepfer <slackbuilds@schoepferinfo> | 2019-03-23 01:07:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 01:07:22 +0700 |
commit | 2e523a68e607fb5c362b675ac48ff8074d2ed4f4 (patch) | |
tree | d13b485bb456d2e3b564b5870d83b483a074d6dc /games/stockfish/stockfish.SlackBuild | |
parent | a70cc8719b754367997c65a05ca15c4645cbda89 (diff) |
games/stockfish: Updated for version 10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/stockfish/stockfish.SlackBuild')
-rw-r--r-- | games/stockfish/stockfish.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/stockfish/stockfish.SlackBuild b/games/stockfish/stockfish.SlackBuild index 21066de2c0cd0..8b6c4a6aac8d0 100644 --- a/games/stockfish/stockfish.SlackBuild +++ b/games/stockfish/stockfish.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stockfish -# Copyright 2016 - 2018 Johannes Schoepfer, Germany +# Copyright 2016 - 2019 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stockfish -VERSION=${VERSION:-9} +VERSION=${VERSION:-10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |