summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-23 12:00:32 +0200
committerDaniel Peukert2023-04-23 12:00:32 +0200
commite9fd63ea0f1e28528e1600d4d1ceb06a0e1406dc (patch)
treef2cbe7a7c24ecf5bdac30256a4298ce85b037914
parent95a8c72bd6a52ef16fd197d446db9b6418c9360e (diff)
downloadaur-e9fd63ea0f1e28528e1600d4d1ceb06a0e1406dc.tar.gz
Update ocaml-utop to 2.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b4d267054a6..1d824804fa70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
- pkgver = 2.12.0
+ pkgver = 2.12.1
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.12.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.12.0.tar.gz
- sha512sums = 3f396f42cda0ac39d01357d9e09eacd5adb5176ffb73855e7775e004c64aa467846780bb0948fca14869f45f5f79b42878b4c3cae9769e9bfc713e5bc3cee753
+ source = ocaml-utop-2.12.1-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.12.1.tar.gz
+ sha512sums = cc52bdb2a58141e6f7b678c93f69b0aa5ca4c628cb6841e02e6a783191a917bd838c06682d55f4f455a01a7004e43b5193d8574968b8400050b0f7b5a102ca3a
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index 0fd1866d21b4..9a0b4f94370f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='utop'
pkgname="ocaml-$_projectname"
-pkgver='2.12.0'
+pkgver='2.12.1'
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=('3f396f42cda0ac39d01357d9e09eacd5adb5176ffb73855e7775e004c64aa467846780bb0948fca14869f45f5f79b42878b4c3cae9769e9bfc713e5bc3cee753')
+sha512sums=('cc52bdb2a58141e6f7b678c93f69b0aa5ca4c628cb6841e02e6a783191a917bd838c06682d55f4f455a01a7004e43b5193d8574968b8400050b0f7b5a102ca3a')
_sourcedirectory="$_projectname-$pkgver"