nim: update to 2.0.0 (#9691)

* nim: update to 2.0.0

* remove nim 1.6.12
This commit is contained in:
Al Hoang
2023-10-28 08:19:34 -05:00
committed by GitHub
parent 621d53696b
commit 51d255cda3

View File

@@ -9,18 +9,17 @@ Features:
* Produces dependency-free binaries
* Runs on Windows, macOS, Linux, and more"
HOMEPAGE="https://nim-lang.org/"
COPYRIGHT="2006-2021 Andreas Rumpf
2017-2021 Nim contributors"
COPYRIGHT="2006-2023 Andreas Rumpf
2017-2023 Nim contributors"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://nim-lang.org/download/nim-$portVersion.tar.xz"
SOURCE_DIR="nim-$portVersion"
CHECKSUM_SHA256="acef0b0ab773604d4d7394b68519edb74fb30f46912294b28bc27e0c7b4b4dc2"
CHECKSUM_SHA256="bd6101d840036fb78e93a69df6cf3f9fd0c21cd754b695ff84a3b4add8ed0af7"
ADDITIONAL_FILES="
config.nims
nim.rdef.in
"
PATCHES="nim-1.6.12.patchset"
ARCHITECTURES="all !x86_gcc2 ?x86"
if [ "$targetArchitecture" = "x86_gcc2" ]; then