summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcondy2023-05-03 23:14:43 +0800
committercondy2023-05-03 23:14:43 +0800
commit99467a37175b03080f3f48afb525cf438f510a27 (patch)
tree619587e2d4e4b816e1e604aff9a93181cd5a0ff0 /PKGBUILD
parent9b237f22b1e1fb32716abb55e1d5ff34fa512b2d (diff)
downloadaur-99467a37175b03080f3f48afb525cf438f510a27.tar.gz
Update to 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 132b8f6a0972..dff7f756244c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=yojson
pkgname=ocaml-${_pkgname}
-pkgver=2.0.2
+pkgver=2.1.0
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=('876bb6f38af73a84a29438a3da35e4857c60a14556a606525b148c6fdbe5461b')
+sha256sums=('9fcb1ff2db58ab259f9228796b0ada4794eae97177b1833371380c4e4f90b15d')
build() {
cd ${_pkgname}-${pkgver}