nim: update to 1.2.2.
This commit is contained in:
parent
dc01eaf1e7
commit
a86c21c729
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'nim'
|
# Template file for 'nim'
|
||||||
pkgname=nim
|
pkgname=nim
|
||||||
version=1.2.0
|
version=1.2.2
|
||||||
revision=1
|
revision=1
|
||||||
_cversion=0.20.0
|
_cversion=0.20.0
|
||||||
_nimbleversion=0.11.0
|
_nimbleversion=0.11.4
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc=Nim-$version
|
build_wrksrc="Nim-$version"
|
||||||
hostmakedepends="ed"
|
hostmakedepends="ed"
|
||||||
depends="gcc"
|
depends="gcc"
|
||||||
short_desc="Nim programming language"
|
short_desc="Nim programming language"
|
||||||
|
@ -15,9 +15,9 @@ homepage="https://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="0920fe06b724de03ace28ec63db2e71734c1ab77499cafe08289bce25be8d8a4
|
checksum="59028445daa342c31f2c241fb5d4a5c32359e5c7d42964d9beeb7ef8fd86957a
|
||||||
5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
|
5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c
|
||||||
a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2"
|
63e0dbfa5c33f80d6f8f8156a609e11497ac5390b64dc8d68f5126c3bb8d5429"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv csources-$_cversion $build_wrksrc/csources
|
mv csources-$_cversion $build_wrksrc/csources
|
||||||
|
|
Loading…
Reference in a new issue