ponyc: update to 0.11.1.
This commit is contained in:
parent
76106dc41b
commit
a1273a02b5
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.11.0
|
version=0.11.1
|
||||||
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="BSD"
|
license="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=cab55c2457c508f807f8cdf1b62bcc492018bdebddf232abc94478d6127e4606
|
checksum=5bac06a49940c7be74b8ff9798e39e57bea8d8b549c6dbe61bbf0067a117f50b
|
||||||
|
|
||||||
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
Add a link
Reference in a new issue