summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2023-10-18 00:09:38 +0800
committercondy2023-10-18 00:09:38 +0800
commit27bb575d7d3a944eb076db94f7ddb3936afcb75a (patch)
tree19201ee66e2a82f1172f94bb6ed077aefe9e5504
parent99467a37175b03080f3f48afb525cf438f510a27 (diff)
downloadaur-27bb575d7d3a944eb076db94f7ddb3936afcb75a.tar.gz
Update to 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e4abb014306..83c386befc46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-yojson
pkgdesc = Low level JSON binary for OCaml
- pkgver = 2.1.0
+ pkgver = 2.1.1
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.1.0/yojson-2.1.0.tbz
- sha256sums = 876bb6f38af73a84a29438a3da35e4857c60a14556a606525b148c6fdbe5461b
+ source = https://github.com/ocaml-community/yojson/releases/download/2.1.1/yojson-2.1.1.tbz
+ sha256sums = d58183207b198dc065866239066e074c34f9e139c0d9c4175a38809790e88173
pkgname = ocaml-yojson
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}