mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
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'
|
# Template file for 'opam'
|
||||||
pkgname=opam
|
pkgname=opam
|
||||||
version=2.1.2
|
version=2.1.3
|
||||||
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"
|
||||||
|
@ -12,9 +12,9 @@ checkdepends="${depends} git rsync"
|
||||||
short_desc="OCaml package manager"
|
short_desc="OCaml package manager"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-3.0-only"
|
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"
|
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=735e717532f135064940fe3fef573acce6b1bbdc5e146470c2ac20fc8510a470
|
checksum=5da29e1eb565f0c65a9f1810f91820b1036e6ecc592e3ed4615dfdfcec442c60
|
||||||
nocross=yes
|
nocross=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
make_check=ci-skip # uses bwrap
|
make_check=ci-skip # uses bwrap
|
||||||
|
|
Loading…
Add table
Reference in a new issue