nim: update to 0.17.2.
This commit is contained in:
parent
5637fbb0cb
commit
b96e6adcd5
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'nim'
|
# Template file for 'nim'
|
||||||
pkgname=nim
|
pkgname=nim
|
||||||
version=0.17.0
|
version=0.17.2
|
||||||
revision=1
|
revision=1
|
||||||
_cversion=0.17.0
|
_cversion=0.17.2
|
||||||
_nimbleversion=0.8.6
|
_nimbleversion=0.8.8
|
||||||
depends="gcc"
|
depends="gcc"
|
||||||
hostmakedepends="ed"
|
hostmakedepends="ed"
|
||||||
short_desc="The Nim programming language"
|
short_desc="The Nim programming language"
|
||||||
|
@ -13,9 +13,9 @@ homepage="http://nim-lang.org/"
|
||||||
distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
|
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/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"
|
https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz"
|
||||||
checksum="9f954f03a40e8fba32e02fcb91499e518f8e220809aef9e22bb7443c96bbbdcd
|
checksum="eb8a98c7e576e8d858de98473569a29c539308fc7bb15a086b3f2b73d675f752
|
||||||
6b8de28dc317534e45366b62dcad14b9932c0de398c44e1506f5bbd80019c671
|
7eb28ba7d5a03d02fc1c1fd9089c037de9c058d327fd6e95d599db63d9afa9c8
|
||||||
af251c1011fe1d6e72a9d18a7672a8b90013dd6659085082e525d31204ca6ddf"
|
4a849370f58af0d6fe940c15536ab9487f75517c695dd845f84ad96e71f2f4bd"
|
||||||
build_wrksrc=Nim-$version
|
build_wrksrc=Nim-$version
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
Loading…
Reference in New Issue