From 21fd95ddba3d713a8f78eb8ae600978d223eea8f Mon Sep 17 00:00:00 2001 From: Pulux Date: Sat, 6 Jul 2024 06:21:59 +0200 Subject: [PATCH] nim: update to 2.0.8. Closes: #51126 [via git-merge-pr] --- srcpkgs/nim/template | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template index 44726314a61..4336b699cfe 100644 --- a/srcpkgs/nim/template +++ b/srcpkgs/nim/template @@ -1,11 +1,12 @@ # Template file for 'nim' pkgname=nim -version=2.0.4 +version=2.0.8 revision=1 _c2version=86742fb02c6606ab01a532a0085784effb2e753e -_nimbleversion=0.14.2 -_checksumsversion=b4c73320253f78e3a265aec6d9e8feb83f97c77b -_atlasversion=3e3b4482f228df670626adbe29a7fc55d1a27177 +_nimbleversion=be2f1309b35a6189ff5eb34a007793e6d3f94157 +_checksumsversion=025bcca3915a1b9f19878cea12ad68f9884648fc +_atlasversion=5faec3e9a33afe99a7d22377dd1b45a5391f5504 +_satversion=faf1617f44d7632ee9601ebc13887644925dcc01 build_wrksrc="Nim-$version" depends="gcc openssl-devel" short_desc="Nim programming language" @@ -14,14 +15,16 @@ license="MIT" homepage="https://nim-lang.org/" distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz https://github.com/nim-lang/csources_v2/archive/${_c2version}.tar.gz>csources_v2-${_c2version}.tar.gz - https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz + https://github.com/nim-lang/nimble/archive/${_nimbleversion}.zip https://github.com/nim-lang/checksums/archive/${_checksumsversion}.zip - https://github.com/nim-lang/atlas/archive/${_atlasversion}.zip" -checksum="482983608bacc712d86d1c0e6f187cc17c63df6006cfc1b639cd625240d7f65c + https://github.com/nim-lang/atlas/archive/${_atlasversion}.zip + https://github.com/nim-lang/sat/archive/${_satversion}.zip" +checksum="3a408e8342392342db745e26bb6acab2e6acb381db89b2624e8e58a85a1c6656 9c2be306011e0c953bd63a565a4bd6a094e22d3944ca201977c1d03560d0a25c - d94f11c592d49aed6c5a492289f187010eb8c103b2b653252763d2f65a82abac - bf526adf906f826bc10e1a6f049193825ed8ff26d0b42f6d5ba14ac7b32bbc3c - 646aa1e2ef75fade7a0cabc8c938b2a99654acee6e9f186c184e3d3c776cebd4" + 2c24302cb012df0e97a143bb81e39ccb1854fc16d8bfdb82f9db3f446bbb9cac + a0f2a159980b84ae259f1cd5d0a0c44d800b17f43e78b511256a38476fb9cb95 + 98e6f971b3d762aed1805e77647c80d0bb26d4cbbb776e450b2819a281d0cec0 + a8969e14b0f8e06c6dc5a4ae622e51b209c3e1f24361980917d96e39f3d71114" post_extract() { mv csources_v2-$_c2version $build_wrksrc/csources_v2 @@ -30,7 +33,10 @@ post_extract() { mv checksums-$_checksumsversion $build_wrksrc/dist/checksums mkdir -p $build_wrksrc/dist/nimble/dist cp -r $build_wrksrc/dist/checksums $build_wrksrc/dist/nimble/dist/checksums + cp -r sat-$_satversion $build_wrksrc/dist/nimble/dist/sat mv atlas-$_atlasversion $build_wrksrc/dist/atlas + mkdir -p $build_wrksrc/dist/atlas/dist + cp -r sat-$_satversion $build_wrksrc/dist/atlas/dist/sat } do_build() {