ponyc: update to 0.29.0.
This commit is contained in:
parent
666e6fefa5
commit
2f0b9d3cd9
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ponyc'
|
# Template file for 'ponyc'
|
||||||
pkgname=ponyc
|
pkgname=ponyc
|
||||||
version=0.28.0
|
version=0.29.0
|
||||||
revision=2
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="llvm7"
|
hostmakedepends="llvm7"
|
||||||
|
@ -12,7 +12,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=4075c1d3848ba128d7c88a83a839215ccdb930edf32d47c48f6b547ce082fbb8
|
checksum=9e20afeaf46343633fc93f995a15a62acd01b42943050c7c282381e4a0144241
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
vsed -e 's/-Werror //' -i Makefile
|
vsed -e 's/-Werror //' -i Makefile
|
||||||
|
|
Loading…
Reference in a new issue