ponyc: update to 0.16.1.
This commit is contained in:
parent
2ea97ccbdc
commit
27efb7987d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ponyc'
|
||||
pkgname=ponyc
|
||||
version=0.15.0
|
||||
version=0.16.1
|
||||
revision=1
|
||||
only_for_archs="x86_64"
|
||||
build_style=gnu-makefile
|
||||
|
@ -11,7 +11,7 @@ maintainer="bougyman <bougyman@voidlinux.eu>"
|
|||
license="2-clause-BSD"
|
||||
homepage="http://ponylang.org/"
|
||||
distfiles="https://github.com/CausalityLtd/ponyc/archive/${version}.tar.gz"
|
||||
checksum=3ef2e95ffca8adc6653c7bbebd829370d7da28923dc0f5dac2fadbb7e12cfb24
|
||||
checksum=4004d7efb92ab72b84d390d1909a763ab618b7ae842b8c986013333e48c4e8c0
|
||||
|
||||
do_build() {
|
||||
make config=release destdir=/usr/lib/pony/${version} prefix=/usr
|
||||
|
|
Loading…
Reference in New Issue