summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-26 20:06:44 +0100
committerDaniel Peukert2024-02-26 20:06:44 +0100
commitf849df2f56ee635f2d52144d7457ceb797299f60 (patch)
tree22ec54fa7059403b14ba4303e81f14b81f600a1a
parenta4b3545032c951a23c4f14393d6fb508863cd7f0 (diff)
downloadaur-f849df2f56ee635f2d52144d7457ceb797299f60.tar.gz
Update ocaml-utop to 2.14.0 (closes #468)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fd7cb0985c..95dde15aa470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
- pkgver = 2.13.1
+ pkgver = 2.14.0
pkgrel = 1
url = https://github.com/ocaml-community/utop
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = ocaml-utop
depends = ocaml-react>=1.0.0
depends = ocaml-zed>=3.2.0
options = !strip
- source = ocaml-utop-2.13.1.tar.gz::https://github.com/ocaml-community/utop/archive/2.13.1.tar.gz
- sha512sums = a84a6a96767a3ffa3eaf45495f132536fcc4c81028cfb4f68e823266d0d6e2945d114ca6e8a0760eab93e830500004101499e13669edf1f59a7af06f44b33fd2
+ source = ocaml-utop-2.14.0.tar.gz::https://github.com/ocaml-community/utop/archive/2.14.0.tar.gz
+ sha512sums = 16c724c0d54cd14d2126060f00e8b86fe3b886cffd7ff306a825d7f9e045b74ffc5830f659ccb151dfaa36c41c2966c26bc2c2e7567f9e1d725b33e9f677d19e
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index 55b758c9d157..d098a20881f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='utop'
pkgname="ocaml-$_projectname"
-pkgver='2.13.1'
+pkgver='2.14.0'
pkgrel='1'
pkgdesc='Universal toplevel for OCaml'
arch=('x86_64' 'aarch64')
@@ -14,7 +14,7 @@ depends=('ocaml>=4.11.0' 'dune>=3.9.0' 'cppo>=1.1.2' 'ocaml-findlib>=1.7.2' 'oca
checkdepends=('ocaml-alcotest')
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('a84a6a96767a3ffa3eaf45495f132536fcc4c81028cfb4f68e823266d0d6e2945d114ca6e8a0760eab93e830500004101499e13669edf1f59a7af06f44b33fd2')
+sha512sums=('16c724c0d54cd14d2126060f00e8b86fe3b886cffd7ff306a825d7f9e045b74ffc5830f659ccb151dfaa36c41c2966c26bc2c2e7567f9e1d725b33e9f677d19e')
_sourcedirectory="$_projectname-$pkgver"