summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-06-18 11:03:23 +0200
committerDaniel Peukert2021-06-18 11:03:23 +0200
commit9aff6065da34893a440c2d2d629bb52a16cc82ba (patch)
tree6d0f29c527f906cb437cc16d4518207e26593b05
parentebf7c0b4a17e6596a8bdba97a227fc877a329164 (diff)
downloadaur-9aff6065da34893a440c2d2d629bb52a16cc82ba.tar.gz
Update ocaml-utop to 2.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d8f62f40233..c91bbf74d980 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
- pkgver = 2.7.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/ocaml-community/utop
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = ocaml-utop
depends = ocaml-lwt
depends = ocaml-react>=1.0.0
options = !strip
- source = ocaml-utop-2.7.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.7.0.tar.gz
- sha256sums = c6aaa5e1643ad220e66503820f07180cb50ae3fac49b79ed4ee27b0f733fc24c
+ source = ocaml-utop-2.8.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.8.0.tar.gz
+ sha256sums = ed11838a4e952a62cd5aaccbfc4f04550d59842db6bc0d2fc6aa4712709f87fa
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index fa4077252302..643303046191 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='utop'
pkgname="ocaml-$_projectname"
-pkgver='2.7.0'
+pkgver='2.8.0'
pkgrel='1'
pkgdesc='Universal toplevel for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ depends=('ocaml>=4.03.0' 'ocaml-camomile' 'ocaml-findlib>=1.7.2' 'ocaml-lambda-t
makedepends=('cppo>=1.1.2' 'dune>=1.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('c6aaa5e1643ad220e66503820f07180cb50ae3fac49b79ed4ee27b0f733fc24c')
+sha256sums=('ed11838a4e952a62cd5aaccbfc4f04550d59842db6bc0d2fc6aa4712709f87fa')
_sourcedirectory="$_projectname-$pkgver"