diff options
author | Ruben Schuller <code@rbn.im> | 2022-08-12 21:46:29 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:22 +0700 |
commit | b4c35dd6831a802378bea0b482a3adbeb2a865e0 (patch) | |
tree | 37174df3b1b68dbb7f4d69288b2076e058277e55 /development/nim/nim.SlackBuild | |
parent | 7cdd7799b17f5c8344ea2421e8b5e3c478905da8 (diff) |
development/nim: Updated for version 1.6.8, new maintainer.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/nim/nim.SlackBuild')
-rw-r--r-- | development/nim/nim.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/nim/nim.SlackBuild b/development/nim/nim.SlackBuild index f5893ce47a30d..d60a0557e66b8 100644 --- a/development/nim/nim.SlackBuild +++ b/development/nim/nim.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for nim +# Copyright 2022 by Ruben Schuller <sb@rbn.im> # Maintained 2020-2021 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nim -VERSION=${VERSION:-1.4.8} +VERSION=${VERSION:-1.6.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |