summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcondy2023-10-18 00:09:38 +0800
committercondy2023-10-18 00:09:38 +0800
commit27bb575d7d3a944eb076db94f7ddb3936afcb75a (patch)
tree19201ee66e2a82f1172f94bb6ed077aefe9e5504 /PKGBUILD
parent99467a37175b03080f3f48afb525cf438f510a27 (diff)
downloadaur-27bb575d7d3a944eb076db94f7ddb3936afcb75a.tar.gz
Update to 2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dff7f756244c..ffa5845a395c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=yojson
pkgname=ocaml-${_pkgname}
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Low level JSON binary for OCaml"
arch=('x86_64')
@@ -15,7 +15,7 @@ conflicts=('ocaml-yojson')
depends=('ocaml' 'ocaml-biniou' 'ocaml-easy-format')
makedepends=('dune' 'cppo')
source=(https://github.com/ocaml-community/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tbz)
-sha256sums=('9fcb1ff2db58ab259f9228796b0ada4794eae97177b1833371380c4e4f90b15d')
+sha256sums=('d58183207b198dc065866239066e074c34f9e139c0d9c4175a38809790e88173')
build() {
cd ${_pkgname}-${pkgver}