ponyc: update to 0.13.1.

This commit is contained in:
Michael Gehring 2017-04-23 08:36:57 +00:00
parent b85d13edc2
commit 36aee04667

View file

@ -1,6 +1,6 @@
# Template file for 'ponyc' # Template file for 'ponyc'
pkgname=ponyc pkgname=ponyc
version=0.13.0 version=0.13.1
revision=1 revision=1
only_for_archs="x86_64" only_for_archs="x86_64"
build_style=gnu-makefile build_style=gnu-makefile
@ -11,7 +11,7 @@ maintainer="bougyman <bougyman@voidlinux.eu>"
license="2-clause-BSD" license="2-clause-BSD"
homepage="http://ponylang.org/" homepage="http://ponylang.org/"
distfiles="https://github.com/CausalityLtd/ponyc/archive/${version}.tar.gz" distfiles="https://github.com/CausalityLtd/ponyc/archive/${version}.tar.gz"
checksum=aa4273a221ad3a188f4d4d2753e6f78ad2640a3650f22f4ea610a0368df04eec checksum=c6be734756451e9c0b32acdcdefebd346ea3dd0bc73c457e4052596e2e9242b5
do_build() { do_build() {
make config=release destdir=/usr/lib/pony/${version} prefix=/usr make config=release destdir=/usr/lib/pony/${version} prefix=/usr