libraries/ocaml-batteries: Updated for version 2.2.

Fixes build failure with ocaml-4.01.0 etc.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-18 00:58:42 +00:00 committed by Willy Sudiarto Raharjo
parent 8c1656eb02
commit d85795021a
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ocaml-batteries
VERSION=${VERSION:-2.1}
VERSION=${VERSION:-2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="ocaml-batteries"
VERSION="2.1"
VERSION="2.2"
HOMEPAGE="http://batteries.forge.ocamlcore.org/"
DOWNLOAD="http://forge.ocamlcore.org/frs/download.php/1218/batteries-2.1.tar.gz"
MD5SUM="95567687a675107e58c66b93b9ea9bb1"
DOWNLOAD="https://forge.ocamlcore.org/frs/download.php/1363/batteries-2.2.tar.gz"
MD5SUM="42063b5f2da9a311ff16799b8bec4ba5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocaml-bisect ocaml-camomile ocaml-findlib"