ponyc: update to 0.10.0.
This commit is contained in:
parent
3fdec8422d
commit
258d23f4b0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ponyc'
|
||||
pkgname=ponyc
|
||||
version=0.9.0
|
||||
version=0.10.0
|
||||
revision=1
|
||||
only_for_archs="x86_64"
|
||||
build_style=gnu-makefile
|
||||
|
@ -11,7 +11,7 @@ maintainer="bougyman <bougyman@voidlinux.eu>"
|
|||
license="BSD"
|
||||
homepage="http://ponylang.org/"
|
||||
distfiles="https://github.com/CausalityLtd/ponyc/archive/${version}.tar.gz"
|
||||
checksum=0cae437e66ab028a08a658278635dbc47e6e541d7b7dabe3bcfaa035126fa3a2
|
||||
checksum=694ae862d5c30978921097e64df68e6431a12224aeea632a37c9d333e5710749
|
||||
|
||||
do_build() {
|
||||
make config=release destdir=/usr/lib/pony/${version} prefix=/usr
|
||||
|
|
Loading…
Reference in a new issue