summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoan Blanc2021-08-20 09:12:09 +0200
committerYoan Blanc2021-08-20 09:12:09 +0200
commiteaa54dbd85081a564b5bdbdab706aae3e2297754 (patch)
treeff41305dfdbcbc7ccf5719a0b94e2e3c212dbd3f
parent1e4eb110ca37ec64ab488b795156e91e123655f8 (diff)
downloadaur-eaa54dbd85081a564b5bdbdab706aae3e2297754.tar.gz
Upgrade to 3.17.4
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 311408dd1c10..ddea216daad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-simplejson
pkgdesc = Simple, fast, extensible JSON encoder/decoder for python2
- pkgver = 3.17.3
+ pkgver = 3.17.4
pkgrel = 1
url = https://github.com/simplejson/simplejson
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = python2-simplejson
checkdepends = python2-pytest-runner
makedepends = python2-setuptools
depends = python2
- source = python2-simplejson-3.17.3.tar.gz::https://github.com/simplejson/simplejson/archive/v3.17.3.tar.gz
- sha512sums = eb8bae7cb14b9f3cdcc0fe8ce7fc9edde09099c054d6335d0afc26cfaa16657d580b095fd8879bb48856be82050824015e9636942dafe95c888ee2db43adfb97
+ source = python2-simplejson-3.17.4.tar.gz::https://github.com/simplejson/simplejson/archive/v3.17.4.tar.gz
+ sha512sums = 16c16aea5e591cecd272e27d731fbb27f6f31c135e43c201daf476da38df384cfa60422b11eac1cb305ff62ad23e4c7da117803b5f2590046f0f74c7bbc7332d
pkgname = python2-simplejson
diff --git a/PKGBUILD b/PKGBUILD
index 5bf6472e13aa..524e805c0087 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: David Moore <davidm@sjsoft.com>
pkgname=python2-simplejson
-pkgver=3.17.3
+pkgver=3.17.4
pkgrel=1
pkgdesc='Simple, fast, extensible JSON encoder/decoder for python2'
license=('MIT')
@@ -14,7 +14,7 @@ depends=('python2')
makedepends=('python2-setuptools')
checkdepends=('python2-pytest-runner')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('eb8bae7cb14b9f3cdcc0fe8ce7fc9edde09099c054d6335d0afc26cfaa16657d580b095fd8879bb48856be82050824015e9636942dafe95c888ee2db43adfb97')
+sha512sums=('16c16aea5e591cecd272e27d731fbb27f6f31c135e43c201daf476da38df384cfa60422b11eac1cb305ff62ad23e4c7da117803b5f2590046f0f74c7bbc7332d')
build() {
cd "${srcdir}"/simplejson-${pkgver}