ponyc: update to 0.11.0.
This commit is contained in:
parent
2e76e77049
commit
df2b4fb9b0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ponyc'
|
||||
pkgname=ponyc
|
||||
version=0.10.0
|
||||
version=0.11.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=694ae862d5c30978921097e64df68e6431a12224aeea632a37c9d333e5710749
|
||||
checksum=cab55c2457c508f807f8cdf1b62bcc492018bdebddf232abc94478d6127e4606
|
||||
|
||||
do_build() {
|
||||
make config=release destdir=/usr/lib/pony/${version} prefix=/usr
|
||||
|
|
Loading…
Reference in a new issue