summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-05-06 14:40:02 +0200
committerMichel Zou2021-05-06 14:40:02 +0200
commitf11a05d6218485e3fcc350a4ec5a5552b68e4ad8 (patch)
tree7b508c3c0bfb51e582efbf4f67559a4ddd00bc16
parent0a1c272ab3aaff28906eb2f02f1e32b6725dbaec (diff)
downloadaur-f11a05d6218485e3fcc350a4ec5a5552b68e4ad8.tar.gz
3.8.9
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac63acbad3f0..6aa14d1881ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-python38-bin
pkgdesc = Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)
- pkgver = 3.8.8
+ pkgver = 3.8.9
pkgrel = 1
url = http://www.python.org/
arch = any
@@ -9,18 +9,18 @@ pkgbase = mingw-w64-python38-bin
makedepends = mingw-w64-binutils
depends = mingw-w64-openssl
optdepends = mingw-w64-wine: runtime support
- noextract = python-3.8.8-embed-win32.zip
- noextract = python-3.8.8-embed-amd64.zip
+ noextract = python-3.8.9-embed-win32.zip
+ noextract = python-3.8.9-embed-amd64.zip
options = staticlibs
options = !buildflags
options = !strip
- source = https://www.python.org/ftp/python/3.8.8/python-3.8.8-embed-win32.zip
- source = https://www.python.org/ftp/python/3.8.8/python-3.8.8-embed-amd64.zip
- source = https://www.python.org/ftp/python/3.8.8/Python-3.8.8.tgz
+ source = https://www.python.org/ftp/python/3.8.9/python-3.8.9-embed-win32.zip
+ source = https://www.python.org/ftp/python/3.8.9/python-3.8.9-embed-amd64.zip
+ source = https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tgz
source = wine-python.sh
- sha256sums = d3481a33c2368cbb07df21ac90317ceb63bd7d5fda6260c165455ad7204dcbff
- sha256sums = 93ec53127607cd18c4621facab9f3428e1b37df4709a8311484f4fc29a6e55d5
- sha256sums = 76c0763f048e4f9b861d24da76b7dd5c7a3ba7ec086f40caedeea359263276f7
+ sha256sums = 7aa90e2267c477103f2c1c7b9b25dedbc58f849a5efd22f19b334b494326b3e8
+ sha256sums = 9f007b9d59bf88edb5e6ab1bb38dc40ff9ff03a069305748e1674ad7cd619467
+ sha256sums = 9779ec1df000bf86914cdd40860b88da56c1e61db59d37784beca14a259ac9e9
sha256sums = 86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8
pkgname = mingw-w64-python38-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1e41d48e4dcc..4a0cff002729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-python38-bin
-pkgver=3.8.8
+pkgver=3.8.9
_pybasever=38
pkgrel=1
pkgdesc="Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)"
@@ -16,9 +16,9 @@ source=("https://www.python.org/ftp/python/${pkgver}/python-${pkgver}-embed-win3
wine-python.sh)
noextract=("python-${pkgver}-embed-win32.zip"
"python-${pkgver}-embed-amd64.zip")
-sha256sums=('d3481a33c2368cbb07df21ac90317ceb63bd7d5fda6260c165455ad7204dcbff'
- '93ec53127607cd18c4621facab9f3428e1b37df4709a8311484f4fc29a6e55d5'
- '76c0763f048e4f9b861d24da76b7dd5c7a3ba7ec086f40caedeea359263276f7'
+sha256sums=('7aa90e2267c477103f2c1c7b9b25dedbc58f849a5efd22f19b334b494326b3e8'
+ '9f007b9d59bf88edb5e6ab1bb38dc40ff9ff03a069305748e1674ad7cd619467'
+ '9779ec1df000bf86914cdd40860b88da56c1e61db59d37784beca14a259ac9e9'
'86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"