ponyc: update to 0.19.3.
This commit is contained in:
parent
4da48405e2
commit
93137ed149
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ponyc'
|
||||
pkgname=ponyc
|
||||
version=0.19.2
|
||||
version=0.19.3
|
||||
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=9825c489eac403a9fd581405a3f9341d2b9806349466456353fe3fd225295364
|
||||
checksum=1917fa434c34d82f9dd382ac74012fd2fcba4568a0b8d258e4ab1219a84983d8
|
||||
|
||||
do_build() {
|
||||
make config=release destdir=/usr/lib/pony/${version} prefix=/usr
|
||||
|
|
Loading…
Reference in New Issue