ocaml: update to 4.03.0.
This commit is contained in:
parent
9fae5aa502
commit
827ecc3853
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'ocaml'
|
||||
pkgname=ocaml
|
||||
version=4.02.3
|
||||
version=4.03.0
|
||||
revision=1
|
||||
makedepends="ncurses-devel libX11-devel"
|
||||
short_desc="The main implementation of the Caml language"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
homepage="http://caml.inria.fr"
|
||||
homepage="http://ocaml.org/"
|
||||
license="QPL-1, LGPL-2"
|
||||
distfiles="${homepage}/pub/distrib/${pkgname}-${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=83c6697e135b599a196fd7936eaf8a53dd6b8f3155a796d18407b56f91df9ce3
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=fef80a338099bffc56e4d1ef35146336195a4a9e2086e8cd186c402805503a0a
|
||||
nocross=yes
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in New Issue