nim: update to 1.4.6 (#6633)

This commit is contained in:
Richard Boß 2021-04-16 13:09:33 +02:00 committed by GitHub
parent ef5834618b
commit d58444067d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Nim programming language compiler"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="copying.txt"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.4.2
TERMUX_PKG_VERSION=1.4.6
TERMUX_PKG_SRCURL=https://nim-lang.org/download/nim-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=03a47583777dd81380a3407aa6a788c9aa8a67df4821025770c9ac4186291161
TERMUX_PKG_SHA256=0fbc0f9282cffe85de99bc47bfa876525b9ddda2a2eae55c185a08804b98d3bd
TERMUX_PKG_DEPENDS="clang, git, libandroid-glob"
TERMUX_PKG_HOSTBUILD=true
TERMUX_PKG_BUILD_IN_SRC=true