From 41655252ddebbbf506ca9793ef3e4a07a79ef6ca Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 25 Feb 2023 15:19:12 +0000 Subject: [PATCH] python-fastjsonschema: update to 2.16.3 --- mingw-w64-python-fastjsonschema/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-fastjsonschema/PKGBUILD b/mingw-w64-python-fastjsonschema/PKGBUILD index 4caafaa3bd..f93581d697 100644 --- a/mingw-w64-python-fastjsonschema/PKGBUILD +++ b/mingw-w64-python-fastjsonschema/PKGBUILD @@ -3,7 +3,7 @@ _realname=fastjsonschema pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.16.2 +pkgver=2.16.3 pkgrel=1 pkgdesc='Fast JSON schema validator for Python (mingw-w64)' arch=('any') @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('01e366f25d9047816fe3d288cbfc3e10541daf0af2044763f3d0ade42476da18') +sha256sums=('4a30d6315a68c253cfa8f963b9697246315aa3db89f98b97235e345dedfb0b8e') prepare() { cd "${srcdir}/${_realname}-${pkgver}"