nim: update to 0.11.0
This commit is contained in:
parent
e950a5d0c8
commit
9ef0b33ca4
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nim'
|
||||
pkgname=nim
|
||||
version=0.10.2
|
||||
revision=2
|
||||
version=0.11.0
|
||||
revision=1
|
||||
depends="gcc"
|
||||
hostmakedepends="libzip git ed"
|
||||
short_desc="The Nim programming language"
|
||||
|
@ -9,7 +9,7 @@ maintainer="allan <mail@may.mooo.com>"
|
|||
license="MIT"
|
||||
homepage="http://nim-lang.org/"
|
||||
distfiles="https://github.com/Araq/Nim/archive/v${version}.tar.gz"
|
||||
checksum=66d8ce904abdad628629f214593ee79da4eb342db8f022c4e451e153872a236d
|
||||
checksum=3b594547ca673f37bd3ea28ab18954523652df862976f94a0dadae71f6ba27aa
|
||||
wrksrc=Nim-$version
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue