summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-07-12 14:23:25 +0200
committerJ5lx2015-07-12 14:23:25 +0200
commite76e065da6781aa0fe9b9fa8cbcd7afceddbaad8 (patch)
tree217c4f92b2df6ac557b8a183161f0e91e8d761f5
parentec7c1487715b9eeff6d530589f3f2b33e389ee78 (diff)
downloadaur-e76e065da6781aa0fe9b9fa8cbcd7afceddbaad8.tar.gz
112.35.00-1: Update to new upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4df312397ed6..31b59201cde7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-core_bench
pkgdesc = A micro-benchmarking library for ocaml
- pkgver = 112.17.00
+ pkgver = 112.35.00
pkgrel = 1
url = https://github.com/janestreet/core_bench
arch = i686
@@ -17,8 +17,8 @@ pkgbase = ocaml-core_bench
depends = ocaml-sexplib
depends = ocaml-textutils
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/112.17/files/core_bench-112.17.00.tar.gz
- md5sums = d507304cc31692cf9ba4c7bdf3e9cc25
+ source = https://ocaml.janestreet.com/ocaml-core/112.35/files/core_bench-112.35.00.tar.gz
+ md5sums = f2811e531a07264006767ea98f9e98ff
pkgname = ocaml-core_bench
diff --git a/PKGBUILD b/PKGBUILD
index 04a00b484d3c..483874c29b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-core_bench
-pkgver=112.17.00
+pkgver=112.35.00
pkgrel=1
license=('unknown')
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('ocaml' 'ocaml-bin_prot' 'camlp4' 'ocaml-comparelib' 'ocaml-core' 'ocam
makedepends=('ocaml-findlib')
source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz")
options=('!strip')
-md5sums=('d507304cc31692cf9ba4c7bdf3e9cc25')
+md5sums=('f2811e531a07264006767ea98f9e98ff')
build() {
cd "${srcdir}/${pkgname#ocaml-}-${pkgver}"