development/nim: Updated for version 1.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
540f6aed11
commit
8d7ab15c26
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nim
|
||||
|
||||
# Maintained 2020 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Maintained 2020-2021 by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# 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=nim
|
||||
VERSION=${VERSION:-1.4.2}
|
||||
VERSION=${VERSION:-1.4.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nim"
|
||||
VERSION="1.4.2"
|
||||
VERSION="1.4.4"
|
||||
HOMEPAGE="https://nim-lang.org"
|
||||
DOWNLOAD="https://nim-lang.org/download/nim-1.4.2.tar.xz"
|
||||
MD5SUM="bc2da3c7d06fc2bd9e0535487b9453a7"
|
||||
DOWNLOAD="https://nim-lang.org/download/nim-1.4.4.tar.xz"
|
||||
MD5SUM="ffba05f5366aa32a07ec02a7deff4d4e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue