From cf7c406ef7939423f8dd2c17b8119a4b4385a19e Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 3 Aug 2023 08:26:33 +0200 Subject: [PATCH] * update python-fastjsonschema to 2.18.0-1 --- python/python-fastjsonschema/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/python-fastjsonschema/PKGBUILD b/python/python-fastjsonschema/PKGBUILD index 183827af39..268405b5b2 100644 --- a/python/python-fastjsonschema/PKGBUILD +++ b/python/python-fastjsonschema/PKGBUILD @@ -3,7 +3,7 @@ _name=fastjsonschema pkgname=python-fastjsonschema -pkgver=2.17.1 +pkgver=2.18.0 pkgrel=1 pkgdesc="Fast JSON schema validator for Python" arch=(any) @@ -18,8 +18,8 @@ makedepends=( ) checkdepends=(python-pytest) source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) -sha512sums=('482b13ee6735f5bb21528ec76a423c8c1dff2604af83121d82db45ce0cf514401b25cf6a1406c74f579671fe425ef1535d28c8b0b7fc24d32fcf50f2be1e28bf') -b2sums=('670e3b911200573ac129938834f9c072702e3f3d62e4ac95c7b77694d9cda54e4430601955c13998ff5abfe1db66a3d3e2bba9561292cb5c9d1df2470194eaee') +sha512sums=('848ea4587edb9d694d4f42cee35c8a6a785f601b3e84daae5a5b155ca61c0c7de1b9164e86c0a48166d429a4a737799480dfdeaad7e81eab28f68f71dd46988f') +b2sums=('d2b79eb442351487ffebc59ff48af1e8f07fb5e2ca97059cc98cc8f02eda3523fcf60b2aa6b46edc1d3d019ed04d65d2fc5c3eee58471ea9b2a0bd0bf7bf40ed') build() { cd $_name-$pkgver