summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzac2024-03-16 22:07:37 -0500
committerzac2024-03-16 22:07:37 -0500
commit59251c2506725734468db8e3ff7da637e5713ae4 (patch)
tree2b226a804e45f5d14ef105c0a6b870479c8d0600
parent51cd9929ae77e5cc9b4a0cf431c9ac4df72fb64d (diff)
downloadaur-python2-simplejson.tar.gz
updated to 3.19.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd38bb941f5..d5728c33bac6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-simplejson
pkgdesc = Simple, fast, extensible JSON encoder/decoder for python2
- pkgver = 3.19.1
+ pkgver = 3.19.2
pkgrel = 1
url = https://github.com/simplejson/simplejson
arch = any
license = MIT
makedepends = python2-setuptools
depends = python2
- source = https://github.com/simplejson/simplejson/archive/refs/tags/v3.19.1.tar.gz
- sha256sums = 8742836d4b7bd7add81f0d40a88823ad6ac15b945fa9e49292191489fc60adfe
+ source = https://github.com/simplejson/simplejson/archive/refs/tags/v3.19.2.tar.gz
+ sha256sums = 836bbd37b340df982ceee87c0653f1c6f17b010f8054c09213ce95456ba86220
pkgname = python2-simplejson
diff --git a/PKGBUILD b/PKGBUILD
index 25878d7455db..27c4ef750842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: David Moore <davidm@sjsoft.com>
_base=simplejson
pkgname=python2-${_base}
-pkgver=3.19.1
+pkgver=3.19.2
pkgrel=1
pkgdesc="Simple, fast, extensible JSON encoder/decoder for python2"
license=('MIT')
@@ -15,7 +15,7 @@ url="https://github.com/${_base}/${_base}"
depends=(python2)
makedepends=(python2-setuptools)
source=(${url}/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('8742836d4b7bd7add81f0d40a88823ad6ac15b945fa9e49292191489fc60adfe')
+sha256sums=('836bbd37b340df982ceee87c0653f1c6f17b010f8054c09213ce95456ba86220')
build() {
cd "${_base}-${pkgver}"