mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
ponyc: update to 0.12.3
This commit is contained in:
parent
6b54f2e08e
commit
5c3096a0a8
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.12.2
|
version=0.12.3
|
||||||
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="bougyman <bougyman@voidlinux.eu>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="http://ponylang.org/"
|
homepage="http://ponylang.org/"
|
||||||
distfiles="https://github.com/CausalityLtd/ponyc/archive/${version}.tar.gz"
|
distfiles="https://github.com/CausalityLtd/ponyc/archive/${version}.tar.gz"
|
||||||
checksum=a42554d972ce24c466c154556ba109d18c75909ec2d8ab6ecd23f63b6fcbc35a
|
checksum=25338ecb9f64277921a3ec3613c0028ea897b4923e4ca07ae96eea34b4bd8242
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make config=release destdir=/usr/lib/pony/${version} prefix=/usr
|
make config=release destdir=/usr/lib/pony/${version} prefix=/usr
|
||||||
|
|
Loading…
Add table
Reference in a new issue