ponyc: update to 0.24.4 (#1306)

This commit is contained in:
Brian Mitchell 2018-07-30 17:12:35 -04:00 committed by cr6git
parent 307e29d8d7
commit f3ef3d5c6a

View file

@ -1,6 +1,6 @@
# Template file for 'ponyc' # Template file for 'ponyc'
pkgname=ponyc pkgname=ponyc
version=0.24.2 version=0.24.4
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="Brian Mitchell <brian@strmpnk.co>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://ponylang.org/" homepage="https://ponylang.org/"
distfiles="https://github.com/ponylang/ponyc/archive/${version}.tar.gz" distfiles="https://github.com/ponylang/ponyc/archive/${version}.tar.gz"
checksum=903e2a5d3a8f597f9088869a5ffbd7f2357eff5898cd3d21ecf7eb33d0de5e51 checksum=979e443fa27df7b65c3ac35db47fc0b130608f0745d4fa393c451734343c088d
do_build() { do_build() {
make config=release default_pic=true make config=release default_pic=true