mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ponyc: update to 0.27.0.
This commit is contained in:
parent
aa573fcf1d
commit
ffb08dfcc4
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'ponyc'
|
# Template file for 'ponyc'
|
||||||
pkgname=ponyc
|
pkgname=ponyc
|
||||||
version=0.26.0
|
version=0.27.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="llvm6.0"
|
hostmakedepends="llvm7"
|
||||||
makedepends="zlib-devel ncurses-devel libatomic-devel"
|
makedepends="zlib-devel ncurses-devel libatomic-devel"
|
||||||
depends="libatomic-devel"
|
depends="libatomic-devel"
|
||||||
short_desc="OO, actor-model, capabilities-secure, high-performance language"
|
short_desc="OO, actor-model, capabilities-secure, high-performance language"
|
||||||
|
@ -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=e65631dbf5418abd465cbd5912794feb61c0db9b76b916b39772ad2f623ad16e
|
checksum=52afc7b2fa03e97b1e6535ccf78c2811df15fe8e37247f32c4b8cabd1b638448
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
vsed -e 's/-Werror //' -i Makefile
|
vsed -e 's/-Werror //' -i Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue