summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71d44cd6e72a..f93660734c6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-python39-bin
pkgdesc = Next generation of the python high-level scripting language (native MSVC version) (mingw-w64)
- pkgver = 3.9.12
+ pkgver = 3.9.13
pkgrel = 1
url = http://www.python.org/
arch = any
@@ -9,18 +9,18 @@ pkgbase = mingw-w64-python39-bin
makedepends = mingw-w64-binutils
depends = mingw-w64-openssl
optdepends = mingw-w64-wine: runtime support
- noextract = python-3.9.12-embed-win32.zip
- noextract = python-3.9.12-embed-amd64.zip
+ noextract = python-3.9.13-embed-win32.zip
+ noextract = python-3.9.13-embed-amd64.zip
options = staticlibs
options = !buildflags
options = !strip
- source = https://www.python.org/ftp/python/3.9.12/python-3.9.12-embed-win32.zip
- source = https://www.python.org/ftp/python/3.9.12/python-3.9.12-embed-amd64.zip
- source = https://www.python.org/ftp/python/3.9.12/Python-3.9.12.tgz
+ source = https://www.python.org/ftp/python/3.9.13/python-3.9.13-embed-win32.zip
+ source = https://www.python.org/ftp/python/3.9.13/python-3.9.13-embed-amd64.zip
+ source = https://www.python.org/ftp/python/3.9.13/Python-3.9.13.tgz
source = wine-python.sh
- sha256sums = aeb18af0a2e97e200654d9c639d766e57bb23f3c17e89336851081fe0847fa2f
- sha256sums = e18c497de48bed34eec7b91ddc3275b59c6d481db7189a900c4b61c999ff6c2d
- sha256sums = 70e08462ebf265012bd2be88a63d2149d880c73e53f1712b7bbbe93750560ae8
+ sha256sums = f8ed5e019d7bc6dba1d7dfa5d59052b5241c37e8eaa5293133c898ac7acedb98
+ sha256sums = 938a1f3b80d580320836260612084d74ce094a261e36f9ff3ac7b9463df5f5e4
+ sha256sums = 829b0d26072a44689a6b0810f5b4a3933ee2a0b8a4bfc99d7c5893ffd4f97c44
sha256sums = a76a4715e87d3ed4aca6babc8715de8de94513dae4c683c1681551c43698b5ae
pkgname = mingw-w64-python39-bin
diff --git a/PKGBUILD b/PKGBUILD
index 053e63da0e00..0fd08b53283e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-python39-bin
-pkgver=3.9.12
+pkgver=3.9.13
_pybasever=39
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=('aeb18af0a2e97e200654d9c639d766e57bb23f3c17e89336851081fe0847fa2f'
- 'e18c497de48bed34eec7b91ddc3275b59c6d481db7189a900c4b61c999ff6c2d'
- '70e08462ebf265012bd2be88a63d2149d880c73e53f1712b7bbbe93750560ae8'
+sha256sums=('f8ed5e019d7bc6dba1d7dfa5d59052b5241c37e8eaa5293133c898ac7acedb98'
+ '938a1f3b80d580320836260612084d74ce094a261e36f9ff3ac7b9463df5f5e4'
+ '829b0d26072a44689a6b0810f5b4a3933ee2a0b8a4bfc99d7c5893ffd4f97c44'
'a76a4715e87d3ed4aca6babc8715de8de94513dae4c683c1681551c43698b5ae')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"