Merge pull request #1481 from allan/master

nim: update to 0.11.0
This commit is contained in:
Enno Boland 2015-05-02 17:05:51 +02:00
commit 3df87d8016

View file

@ -1,7 +1,7 @@
# Template file for 'nim' # Template file for 'nim'
pkgname=nim pkgname=nim
version=0.10.2 version=0.11.0
revision=2 revision=1
depends="gcc" depends="gcc"
hostmakedepends="libzip git ed" hostmakedepends="libzip git ed"
short_desc="The Nim programming language" short_desc="The Nim programming language"
@ -9,7 +9,7 @@ maintainer="allan <mail@may.mooo.com>"
license="MIT" license="MIT"
homepage="http://nim-lang.org/" homepage="http://nim-lang.org/"
distfiles="https://github.com/Araq/Nim/archive/v${version}.tar.gz" distfiles="https://github.com/Araq/Nim/archive/v${version}.tar.gz"
checksum=66d8ce904abdad628629f214593ee79da4eb342db8f022c4e451e153872a236d checksum=3b594547ca673f37bd3ea28ab18954523652df862976f94a0dadae71f6ba27aa
wrksrc=Nim-$version wrksrc=Nim-$version
post_extract() { post_extract() {