diff --git a/extra/ocaml/.SRCINFO b/extra/ocaml/.SRCINFO index e44904c6f..3ca2c4d84 100644 --- a/extra/ocaml/.SRCINFO +++ b/extra/ocaml/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ocaml pkgdesc = A functional language with OO extensions - pkgver = 5.1.1 + pkgver = 5.2.0 pkgrel = 1 url = https://caml.inria.fr/ arch = x86_64 @@ -12,8 +12,8 @@ pkgbase = ocaml options = !makeflags options = !emptydirs options = staticlibs - source = https://caml.inria.fr/distrib/ocaml-5.1/ocaml-5.1.1.tar.xz - sha512sums = e534881eec10b79141b6598ba6d3f59e32ed46a2c64b90c226bbec199c73cdb70e6e5bfa555c34c385d3d83c15e5115f0ea9a182fdda6547db7bbb416f8ed98f + source = https://caml.inria.fr/distrib/ocaml-5.2/ocaml-5.2.0.tar.xz + sha512sums = 6c2376777f0ec567fc414d534cba65e5f2120f7c766de25f36bbf80260e882f5d1c94c2ce8e12f2b2982097089c6e8f928f26dbc0b559a0463e7dcdd8baf20fe pkgname = ocaml diff --git a/extra/ocaml/PKGBUILD b/extra/ocaml/PKGBUILD index cf5091f3c..312ef51f5 100644 --- a/extra/ocaml/PKGBUILD +++ b/extra/ocaml/PKGBUILD @@ -5,7 +5,7 @@ pkgbase='ocaml' pkgname=('ocaml' 'ocaml-compiler-libs') -pkgver=5.1.1 +pkgver=5.2.0 pkgrel=1 pkgdesc="A functional language with OO extensions" arch=('x86_64') @@ -14,7 +14,7 @@ url="https://caml.inria.fr/" makedepends=('ncurses>=5.6-7') optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') source=(https://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha512sums=('e534881eec10b79141b6598ba6d3f59e32ed46a2c64b90c226bbec199c73cdb70e6e5bfa555c34c385d3d83c15e5115f0ea9a182fdda6547db7bbb416f8ed98f') +sha512sums=('6c2376777f0ec567fc414d534cba65e5f2120f7c766de25f36bbf80260e882f5d1c94c2ce8e12f2b2982097089c6e8f928f26dbc0b559a0463e7dcdd8baf20fe') options=('!makeflags' '!emptydirs' 'staticlibs')