parent
e561d19c59
commit
409d6c9366
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ponyc'
|
||||
pkgname=ponyc
|
||||
version=0.19.3
|
||||
version=0.20.0
|
||||
revision=1
|
||||
only_for_archs="x86_64"
|
||||
build_style=gnu-makefile
|
||||
|
@ -10,8 +10,8 @@ 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=1917fa434c34d82f9dd382ac74012fd2fcba4568a0b8d258e4ab1219a84983d8
|
||||
distfiles="https://github.com/ponylang/ponyc/archive/${version}.tar.gz"
|
||||
checksum=f2be4b11714113eb506e1fcd4b7fdb6f6f84abc73291156a34b4e76abcb77866
|
||||
|
||||
do_build() {
|
||||
make config=release destdir=/usr/lib/pony/${version} prefix=/usr
|
||||
|
|
Loading…
Reference in New Issue