diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-06-26 00:53:16 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-06-26 03:57:23 +0000 |
commit | a266413fbdf9dd3822fb5295eb73d5c21a5e6d3a (patch) | |
tree | 768b408f4513a1f60eaa511e68fa0e6ae4c6c5e7 | |
parent | 5492c49640ed12194f4187224304c420cf627fff (diff) | |
download | aports-a266413fbdf9dd3822fb5295eb73d5c21a5e6d3a.tar.gz aports-a266413fbdf9dd3822fb5295eb73d5c21a5e6d3a.tar.bz2 aports-a266413fbdf9dd3822fb5295eb73d5c21a5e6d3a.tar.xz |
testing/py3-jsonpatch: upgrade to 1.26
-rw-r--r-- | testing/py3-jsonpatch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-jsonpatch/APKBUILD b/testing/py3-jsonpatch/APKBUILD index 16172eb6d7..5a26ee59da 100644 --- a/testing/py3-jsonpatch/APKBUILD +++ b/testing/py3-jsonpatch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=py3-jsonpatch _pkgname=jsonpatch -pkgver=1.25 +pkgver=1.26 pkgrel=0 pkgdesc="Apply JSON-Patches (RFC 6902)" url="https://github.com/stefankoegl/python-json-patch" @@ -27,4 +27,4 @@ check() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="d50c459d0a3d8e02dedeef4e9e4a7429913bf03d8c17f06864519be611c6528889fd96c4d6fec0d0591b9569626e11db01015c31078fa2877d1653f3a640dbbf jsonpatch-1.25.tar.gz" +sha512sums="4ec622d25a53859111670453cd1461bc28d025cd768a06ebb39e4109508306cbf1838ce9343be9552a320fed71242103ceef7d6c4552d0df8fa15c48ab6b2e69 jsonpatch-1.26.tar.gz" |