From 7daaa78034e2d812cddbb23f1b03c4d7eea57f5f Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 2 Dec 2022 19:36:18 +0000 Subject: [PATCH] python-ujson: update to 5.6.0 --- mingw-w64-python-ujson/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-ujson/PKGBUILD b/mingw-w64-python-ujson/PKGBUILD index a1d55526ff..8aa8ce996b 100644 --- a/mingw-w64-python-ujson/PKGBUILD +++ b/mingw-w64-python-ujson/PKGBUILD @@ -3,7 +3,7 @@ _realname=ujson pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=5.5.0 +pkgver=5.6.0 pkgrel=1 pkgdesc="Ultra fast JSON encoder and decoder for Python (mingw-w64)" arch=('any') @@ -21,7 +21,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-six" "${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("ultrajson-${pkgver}.tar.gz"::"${url}/archive/${pkgver}.tar.gz") -sha256sums=('7b907f6035be6d691e96804fcce6095922650d3fd4d0fb5f81032a26df754320') +sha256sums=('0fc92cbc9ffea887a6dbd03e940e161703fb2eed66e3bcc63dee737383e64c30') prepare() { rm -rf "python-build-${MSYSTEM}" | true