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
1 changed files with 3 additions and 3 deletions

View File

@ -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() {