mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nim: update to 0.19.0.
This commit is contained in:
parent
56e3877e53
commit
361e3a618c
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'nim'
|
# Template file for 'nim'
|
||||||
pkgname=nim
|
pkgname=nim
|
||||||
version=0.18.0
|
version=0.19.0
|
||||||
revision=3
|
revision=1
|
||||||
_cversion=0.18.0
|
_cversion=0.19.0
|
||||||
_nimbleversion=0.9.0
|
_nimbleversion=0.9.0
|
||||||
depends="gcc"
|
depends="gcc"
|
||||||
hostmakedepends="ed"
|
hostmakedepends="ed"
|
||||||
|
@ -13,8 +13,8 @@ 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="9b9982f349fb96db44020a6da14fa683179b637a3d94782e2c99156ac613e187
|
checksum="f6a0b1c7bc227db1f7b8efa3bde0c6f23903c9184beebc99ff0094378c28e1ee
|
||||||
e9aff9d58661ea852ae424ba34fc3750b45fb31982645a3038de2300bea2d17c
|
68042afae0b24915acac813b52b9ee0a303219e990d3bfa05ca57fb6bbc51578
|
||||||
d02cc0b1787fa30e6d88a1ee7aa067c1555b7763d2716742d1d10132df550456"
|
d02cc0b1787fa30e6d88a1ee7aa067c1555b7763d2716742d1d10132df550456"
|
||||||
build_wrksrc=Nim-$version
|
build_wrksrc=Nim-$version
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -27,7 +27,7 @@ post_extract() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd csources
|
cd csources
|
||||||
CFLAGS= LDFLAGS= sh build.sh
|
CC=gcc LD=gcc CFLAGS= LDFLAGS= sh build.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
ed lib/wrappers/openssl.nim <<-EDIT
|
ed lib/wrappers/openssl.nim <<-EDIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue