summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2018-09-14 00:38:28 +0200
committerJakob Gahde2018-09-14 00:38:28 +0200
commit9b6c15b526fe3eb8d88d6adda84bf76a85debba0 (patch)
treea1dce0979a01a08339a1412a438f208d2ced09a7 /PKGBUILD
parentb724af396ed6e747f2c355497aa6d264258a46e0 (diff)
downloadaur-9b6c15b526fe3eb8d88d6adda84bf76a85debba0.tar.gz
ocaml-duppy 0.7.3-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 f0ddf46604a3..00a954a0ba2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-duppy
-pkgver=0.7.0
+pkgver=0.7.3
pkgrel=1
pkgdesc="OCaml asynchronous scheduler and monad for server-oriented programming"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('ocaml' 'camlp4' 'ocaml-pcre' 'ocaml-ssl')
makedepends=('ocaml-findlib')
options=('!strip')
source=("https://github.com/savonet/ocaml-duppy/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('609d9116adc8835abb088d7e0bc27ac9')
+md5sums=('e76fa658d5b4ec81fd341d041b9ca9df')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"