mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ponyc: update to 0.24.2 (#1156)
This commit is contained in:
parent
3823a7901a
commit
b47b0e1b4d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ponyc'
|
# Template file for 'ponyc'
|
||||||
pkgname=ponyc
|
pkgname=ponyc
|
||||||
version=0.24.0
|
version=0.24.2
|
||||||
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=840d8fb161c679d20650a80167b43adda8bdb5d7538d9377273e08d9e2d01fcd
|
checksum=903e2a5d3a8f597f9088869a5ffbd7f2357eff5898cd3d21ecf7eb33d0de5e51
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make config=release default_pic=true
|
make config=release default_pic=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue