opam: update to 1.2.0.
This commit is contained in:
parent
bf253b3db8
commit
2e0c9ec9a9
|
@ -1,8 +1,6 @@
|
||||||
# Template file for 'opam'
|
# Template file for 'opam'
|
||||||
pkgname=opam
|
pkgname=opam
|
||||||
_version=1.2.0-beta4
|
version=1.2.0
|
||||||
version=${_version/-/.}
|
|
||||||
wrksrc=${pkgname}-${_version}
|
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
@ -13,6 +11,6 @@ short_desc="OCaml package manager"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
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=3c4029d7f3f528986d5f42e7ec5067f5dec16a793a2ea7438967b36f6c3c75ba
|
checksum=f64800d027cc78448a8c5d701fd6f13a4986ca8796e5f2b362c9787b3e8a9c61
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Reference in New Issue