ocaml-num: update to 1.3.

This commit is contained in:
Leah Neukirchen 2019-11-21 17:08:53 +01:00
parent b086310478
commit e4a880e4b0

View file

@ -1,7 +1,7 @@
# Template file for 'ocaml-num' # Template file for 'ocaml-num'
pkgname=ocaml-num pkgname=ocaml-num
version=1.2 version=1.3
revision=3 revision=1
build_style=gnu-makefile build_style=gnu-makefile
makedepends="ocaml ocaml-findlib" makedepends="ocaml ocaml-findlib"
make_install_target="findlib-install" make_install_target="findlib-install"
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="https://github.com/ocaml/num" homepage="https://github.com/ocaml/num"
distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz" distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz"
checksum=c5023104925ff4a79746509d4d85294d8aafa98da6733e768ae53da0355453de checksum=4f79c30e81ea9553c5b2c5b5b57bb19968ccad1e85256b3c446b5df58f33e94d
wrksrc="num-${version}" wrksrc="num-${version}"
nocross=yes nocross=yes