opam: update to 2.0.7.

This commit is contained in:
Leah Neukirchen 2020-05-07 10:26:47 +02:00
parent 014f3e89c4
commit 70590532cb

View file

@ -1,7 +1,7 @@
# Template file for 'opam' # Template file for 'opam'
pkgname=opam pkgname=opam
version=2.0.6 version=2.0.7
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--docdir=/usr/share/doc/${pkgname}" configure_args="--docdir=/usr/share/doc/${pkgname}"
make_build_args="lib-ext all" make_build_args="lib-ext all"
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-3.0-only" license="LGPL-3.0-only"
homepage="http://opam.ocamlpro.com" homepage="http://opam.ocamlpro.com"
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
checksum=bfe9b8487b1ffb61aea7e9e6f415c854b3dfbe552a653a554e0362ec36230758 checksum=42f18f3287cd61fdc40dba952f362f2193bd1328de75f688461d5a581c626595
nocross=yes nocross=yes
disable_parallel_build=yes disable_parallel_build=yes