Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nim: update to 2.2.0. #53192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions srcpkgs/nim/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Template file for 'nim'
pkgname=nim
version=2.0.10
revision=2
version=2.2.0
revision=1
_c2version=86742fb02c6606ab01a532a0085784effb2e753e
_nimbleversion=4fb6f8e6c33963f6f510fe82d09ad2a61b5e4265
_checksumsversion=f8f6bd34bfa3fe12c64b919059ad856a96efcba0
_atlasversion=37aaee20dfd957d1dca2ecdab57d36e86e3f4bde
_atlasversion=ac81393c65767422f92d20fbea80e2cefbf9a5d1
_satversion=faf1617f44d7632ee9601ebc13887644925dcc01
build_wrksrc="Nim-$version"
depends="gcc openssl-devel"
Expand All @@ -19,11 +19,11 @@ distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
https://github.com/nim-lang/checksums/archive/${_checksumsversion}.zip
https://github.com/nim-lang/atlas/archive/${_atlasversion}.zip
https://github.com/nim-lang/sat/archive/${_satversion}.zip"
checksum="72955dc4791b5c5327624c35ce8e8c750183c20c3cfdab497e56a89ada4fc068
checksum="5fc7059f777a665df09465419d187ac2911548715fbb31ccb78d51704ece1784
9c2be306011e0c953bd63a565a4bd6a094e22d3944ca201977c1d03560d0a25c
3de2002b6a97ae721c6bd078a069feb6500f6ff9fc1ef12bfa6f9de84c401acd
188bd0f0eb8cedf2d1a7f700af1cd809e529533e5ded05812eecf43fbeb96137
c8be6cfd01ba76af32dac37e5f53f12043ffeb3e38a9f5968a773f80b05052f4
30f1982748df229c153e524ca4b7145a08b802e2dd3151ac1420bb2a14aea8e9
a8969e14b0f8e06c6dc5a4ae622e51b209c3e1f24361980917d96e39f3d71114"

post_extract() {
Expand Down