ponyc: update to 0.1.5
This commit is contained in:
parent
a09e0476f9
commit
1584dff617
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ponyc'
|
||||
pkgname=ponyc
|
||||
version=0.1.3
|
||||
revision=3
|
||||
version=0.1.5
|
||||
revision=1
|
||||
only_for_archs="x86_64"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="llvm"
|
||||
|
@ -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=ee0abb8fbaabd3ccb750afc139eb9c7182f382ca66b3eb1c12e76344d7bf7fc0
|
||||
checksum=6f489fdf9c8eb120c1e29ab7df9b1f39ee4a158c0f90e6df59b3f7fc56124663
|
||||
|
||||
do_build() {
|
||||
make config=release destdir=/usr/lib/pony/${version} prefix=/usr
|
||||
|
|
Loading…
Reference in New Issue