opam: rebuild for ocaml-4.07.0.
This commit is contained in:
parent
ba905b02b4
commit
8f1c1499f0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'opam'
|
||||
pkgname=opam
|
||||
version=1.2.2
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
disable_parallel_build=yes
|
||||
make_build_args="lib-ext all"
|
||||
|
@ -11,7 +11,7 @@ depends="curl patch unzip"
|
|||
checkdepends="${depends} git rsync"
|
||||
short_desc="OCaml package manager"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-3"
|
||||
license="LGPL-3.0-only"
|
||||
homepage="http://opam.ocamlpro.com"
|
||||
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=3e4a05df6ff8deecba019d885ebe902eb933acb6e2fc7784ffee1ee14871e36a
|
||||
|
|
Loading…
Reference in New Issue