ponyc: update to 0.14.0.
This commit is contained in:
parent
10ad747020
commit
9ee94776ac
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'ponyc'
|
||||
pkgname=ponyc
|
||||
version=0.13.2
|
||||
version=0.14.0
|
||||
revision=1
|
||||
only_for_archs="x86_64"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="llvm"
|
||||
hostmakedepends="llvm3.9"
|
||||
makedepends="zlib-devel ncurses-devel"
|
||||
short_desc="OO, actor-model, capabilities-secure, high-performance language"
|
||||
maintainer="bougyman <bougyman@voidlinux.eu>"
|
||||
license="2-clause-BSD"
|
||||
homepage="http://ponylang.org/"
|
||||
distfiles="https://github.com/CausalityLtd/ponyc/archive/${version}.tar.gz"
|
||||
checksum=2e01a64e93c29adad3553a12188a20bfcfbb3f3a35f4a15f867d730cff13a34f
|
||||
checksum=4a7d05c1b8e6c681c6ee89653b75e0de382176408dc192e3bab2853f812f9dad
|
||||
|
||||
do_build() {
|
||||
make config=release destdir=/usr/lib/pony/${version} prefix=/usr
|
||||
|
|
Loading…
Add table
Reference in a new issue