summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-12-09 17:50:17 +0100
committerDaniel Peukert2021-12-09 17:50:17 +0100
commit4398d8a2b75577cae51d0fbb22b672c2e09647d6 (patch)
tree49affa4b60a367dcfca8febff2f3fde8fbfa7dfd
parent50fd0a6363e39ebffe4ad3638d9691106fd9e8a8 (diff)
downloadaur-4398d8a2b75577cae51d0fbb22b672c2e09647d6.tar.gz
Update ocaml-utop to 2.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ffdd5b4b0ee..fca0a1ba1068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
- pkgver = 2.8.0
- pkgrel = 2
+ pkgver = 2.9.0
+ pkgrel = 1
url = https://github.com/ocaml-community/utop
arch = x86_64
arch = i686
@@ -19,7 +19,7 @@ pkgbase = ocaml-utop
depends = ocaml-lwt
depends = ocaml-react>=1.0.0
options = !strip
- source = ocaml-utop-2.8.0-2.tar.gz::https://github.com/ocaml-community/utop/archive/2.8.0.tar.gz
- sha256sums = ed11838a4e952a62cd5aaccbfc4f04550d59842db6bc0d2fc6aa4712709f87fa
+ source = ocaml-utop-2.9.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.9.0.tar.gz
+ sha512sums = dd3f52fb915493cb32b5ee722361e884a481d04ef175d5bdf58f4032b70826c38b2f5279b7c64b78961170a86bc80fbd59f03026fac99bb5da2b46a8f341aa45
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index e707ae4249c6..9d247ac64532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='utop'
pkgname="ocaml-$_projectname"
-pkgver='2.8.0'
-pkgrel='2'
+pkgver='2.9.0'
+pkgrel='1'
pkgdesc='Universal toplevel for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
@@ -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=('ed11838a4e952a62cd5aaccbfc4f04550d59842db6bc0d2fc6aa4712709f87fa')
+sha512sums=('dd3f52fb915493cb32b5ee722361e884a481d04ef175d5bdf58f4032b70826c38b2f5279b7c64b78961170a86bc80fbd59f03026fac99bb5da2b46a8f341aa45')
_sourcedirectory="$_projectname-$pkgver"