nim: update to 0.18.0

Closes: #12067 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
SolitudeSF 2018-03-03 18:26:05 +02:00 committed by Jürgen Buchmüller
parent 9fd33a319f
commit e5f1a69abb
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 6 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'nim'
pkgname=nim
version=0.17.2
version=0.18.0
revision=1
_cversion=0.17.2
_nimbleversion=0.8.8
_cversion=0.18.0
_nimbleversion=0.8.10
depends="gcc"
hostmakedepends="ed"
short_desc="The Nim programming language"
@ -13,12 +13,11 @@ homepage="http://nim-lang.org/"
distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
https://github.com/nim-lang/csources/archive/v${_cversion}.tar.gz>csources-${_cversion}.tar.gz
https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
checksum="eb8a98c7e576e8d858de98473569a29c539308fc7bb15a086b3f2b73d675f752
7eb28ba7d5a03d02fc1c1fd9089c037de9c058d327fd6e95d599db63d9afa9c8
4a849370f58af0d6fe940c15536ab9487f75517c695dd845f84ad96e71f2f4bd"
checksum="9b9982f349fb96db44020a6da14fa683179b637a3d94782e2c99156ac613e187
e9aff9d58661ea852ae424ba34fc3750b45fb31982645a3038de2300bea2d17c
bb1962a71448945775bba4c1fd63162fa9bb2afbaf6d6f61a5012c1c3fee59f9"
build_wrksrc=Nim-$version
create_wrksrc=yes
nopie=yes
post_extract() {
mv csources-$_cversion $build_wrksrc/csources