summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ5lx2016-03-09 22:57:30 +0100
committerJ5lx2016-03-09 22:57:30 +0100
commitdd1ef324c837d6b7aa6a44cc17024fb1cc988c0b (patch)
tree3b8c63a26743dac775213ccb7c2eb07846748f8d /PKGBUILD
parent1ae565485c2108ab421eb35f07f39cdc67bd3717 (diff)
downloadaur-dd1ef324c837d6b7aa6a44cc17024fb1cc988c0b.tar.gz
113.24.02-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 730145f3f1af..bfce693118cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-core
-pkgver=113.24.00
+pkgver=113.24.02
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('ocaml-findlib' 'opam')
source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz"
"libdir.patch")
options=('!strip')
-md5sums=('90aa987056d18d8be2600bc1dd0d71de'
+md5sums=('dca84e2fe387ef193ee584f043dae6ee'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {