summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-19 13:32:51 +0200
committerDaniel Peukert2023-04-19 13:32:51 +0200
commit95a8c72bd6a52ef16fd197d446db9b6418c9360e (patch)
treee8aad762cf4fb7ed24b730065d239b43960da277
parent71474dd6d7faa0aeb895e06afdda054aa5b45cfc (diff)
downloadaur-95a8c72bd6a52ef16fd197d446db9b6418c9360e.tar.gz
Update ocaml-utop to 2.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e09a0459cb3..6b4d267054a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
- pkgver = 2.11.0
+ pkgver = 2.12.0
pkgrel = 1
url = https://github.com/ocaml-community/utop
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = ocaml-utop
depends = ocaml-react>=1.0.0
depends = ocaml-zed>=3.2.0
options = !strip
- source = ocaml-utop-2.11.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.11.0.tar.gz
- sha512sums = ebc27219b0345ab1478499221756806874c430f81aa9f40e7d482d0fd948750919d631b6159faec19fef0d23d14e6a115e6b21a5aa724ce1534e000e5d35bdae
+ source = ocaml-utop-2.12.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.12.0.tar.gz
+ sha512sums = 3f396f42cda0ac39d01357d9e09eacd5adb5176ffb73855e7775e004c64aa467846780bb0948fca14869f45f5f79b42878b4c3cae9769e9bfc713e5bc3cee753
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index 5b0b5fad0558..0fd1866d21b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='utop'
pkgname="ocaml-$_projectname"
-pkgver='2.11.0'
+pkgver='2.12.0'
pkgrel='1'
pkgdesc='Universal toplevel for OCaml'
# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
@@ -16,7 +16,7 @@ depends=('ocaml>=4.08.0' 'ocaml-findlib>=1.7.2' 'ocaml-lambda-term>=3.1.0' 'ocam
makedepends=('cppo>=1.1.2' 'dune>=1.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('ebc27219b0345ab1478499221756806874c430f81aa9f40e7d482d0fd948750919d631b6159faec19fef0d23d14e6a115e6b21a5aa724ce1534e000e5d35bdae')
+sha512sums=('3f396f42cda0ac39d01357d9e09eacd5adb5176ffb73855e7775e004c64aa467846780bb0948fca14869f45f5f79b42878b4c3cae9769e9bfc713e5bc3cee753')
_sourcedirectory="$_projectname-$pkgver"