opam: update to 2.1.3.
This commit is contained in:
parent
71d3a10c27
commit
2698cce074
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'opam'
|
||||
pkgname=opam
|
||||
version=2.1.2
|
||||
revision=2
|
||||
version=2.1.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--docdir=/usr/share/doc/${pkgname}"
|
||||
make_build_args="lib-ext all"
|
||||
|
@ -12,9 +12,9 @@ checkdepends="${depends} git rsync"
|
|||
short_desc="OCaml package manager"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-3.0-only"
|
||||
homepage="http://opam.ocamlpro.com"
|
||||
homepage="https://opam.ocaml.org/"
|
||||
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=735e717532f135064940fe3fef573acce6b1bbdc5e146470c2ac20fc8510a470
|
||||
checksum=5da29e1eb565f0c65a9f1810f91820b1036e6ecc592e3ed4615dfdfcec442c60
|
||||
nocross=yes
|
||||
disable_parallel_build=yes
|
||||
make_check=ci-skip # uses bwrap
|
||||
|
|
Loading…
Add table
Reference in a new issue