summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzac2024-03-16 22:07:37 -0500
committerzac2024-03-16 22:07:37 -0500
commit59251c2506725734468db8e3ff7da637e5713ae4 (patch)
tree2b226a804e45f5d14ef105c0a6b870479c8d0600 /PKGBUILD
parent51cd9929ae77e5cc9b4a0cf431c9ac4df72fb64d (diff)
downloadaur-python2-simplejson.tar.gz
updated to 3.19.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"