summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2023-05-03 23:14:43 +0800
committercondy2023-05-03 23:14:43 +0800
commit99467a37175b03080f3f48afb525cf438f510a27 (patch)
tree619587e2d4e4b816e1e604aff9a93181cd5a0ff0
parent9b237f22b1e1fb32716abb55e1d5ff34fa512b2d (diff)
downloadaur-99467a37175b03080f3f48afb525cf438f510a27.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a31f50f4bd..4e4abb014306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-yojson
pkgdesc = Low level JSON binary for OCaml
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/ocaml-community/yojson
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = ocaml-yojson
conflicts = ocaml-yojson
options = !strip
options = staticlibs
- source = https://github.com/ocaml-community/yojson/releases/download/2.0.2/yojson-2.0.2.tbz
- sha256sums = 656fc65f794186274f8b961dc38daba9e2de2fc993829291defbda2186812cc6
+ source = https://github.com/ocaml-community/yojson/releases/download/2.1.0/yojson-2.1.0.tbz
+ sha256sums = 876bb6f38af73a84a29438a3da35e4857c60a14556a606525b148c6fdbe5461b
pkgname = ocaml-yojson
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}