summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2021-02-12 13:17:15 -0500
committerSean Anderson2021-02-12 13:17:15 -0500
commit819d2ab854fef66fa1134cb866fec61475d24e24 (patch)
treec7ac9d8f723a54bf06772f0100183e639cd8d717
parent71ea2048b4eb5229b8697716eae70042ef575312 (diff)
downloadaur-819d2ab854fef66fa1134cb866fec61475d24e24.tar.gz
v1.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b481f4ebc8b5..7edf63e37cf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-extlib
pkgdesc = Extends the OCaml standard library
- pkgver = 1.7.6
+ pkgver = 1.7.8
pkgrel = 1
url = https://github.com/ygrek/ocaml-extlib
arch = i686
@@ -11,8 +11,8 @@ pkgbase = ocaml-extlib
makedepends = cppo
depends = ocaml
options = staticlibs
- source = ocaml-extlib-1.7.6.tar.gz::https://github.com/ygrek/ocaml-extlib/archive/1.7.6.tar.gz
- sha256sums = a1758f6a393100f0f7505883feb421149986569629bbe30d3507948582f86939
+ source = ocaml-extlib-1.7.8.tar.gz::https://github.com/ygrek/ocaml-extlib/archive/1.7.8.tar.gz
+ sha256sums = 9e18c4f807afcef5e5d2050c7b4e375ebe7ee989820eff45d79f29f7195d26d8
pkgname = ocaml-extlib
diff --git a/PKGBUILD b/PKGBUILD
index d3532cb067a0..14e9f6deede3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: lesebas < sebdeligny at gmail dot com>
pkgname=ocaml-extlib
-pkgver=1.7.6
+pkgver=1.7.8
pkgrel=1
pkgdesc="Extends the OCaml standard library"
arch=('i686' 'x86_64' 'armv7h')
@@ -12,7 +12,7 @@ depends=('ocaml')
makedepends=('ocaml-findlib' 'cppo')
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ygrek/ocaml-extlib/archive/${pkgver}.tar.gz")
options=('staticlibs')
-sha256sums=('a1758f6a393100f0f7505883feb421149986569629bbe30d3507948582f86939')
+sha256sums=('9e18c4f807afcef5e5d2050c7b4e375ebe7ee989820eff45d79f29f7195d26d8')
build() {
cd ocaml-extlib-${pkgver}