summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-05-12 16:33:18 +0200
committerMichel Zou2021-05-12 16:33:18 +0200
commit2dd268c9ea068ca74cd0af858527a40ee81e9805 (patch)
tree62902c4bc0f011e89f141e388f89a9365d8991f0
parentf11a05d6218485e3fcc350a4ec5a5552b68e4ad8 (diff)
downloadaur-2dd268c9ea068ca74cd0af858527a40ee81e9805.tar.gz
3.8.10
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aa14d1881ae..5dd3ff9811e2 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.9
+ pkgver = 3.8.10
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.9-embed-win32.zip
- noextract = python-3.8.9-embed-amd64.zip
+ noextract = python-3.8.10-embed-win32.zip
+ noextract = python-3.8.10-embed-amd64.zip
options = staticlibs
options = !buildflags
options = !strip
- 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 = https://www.python.org/ftp/python/3.8.10/python-3.8.10-embed-win32.zip
+ source = https://www.python.org/ftp/python/3.8.10/python-3.8.10-embed-amd64.zip
+ source = https://www.python.org/ftp/python/3.8.10/Python-3.8.10.tgz
source = wine-python.sh
- sha256sums = 7aa90e2267c477103f2c1c7b9b25dedbc58f849a5efd22f19b334b494326b3e8
- sha256sums = 9f007b9d59bf88edb5e6ab1bb38dc40ff9ff03a069305748e1674ad7cd619467
- sha256sums = 9779ec1df000bf86914cdd40860b88da56c1e61db59d37784beca14a259ac9e9
+ sha256sums = 760dc79bcb434ee80b1001a30bb6f798287881851bac6d8137867894d40ef1fc
+ sha256sums = abbe314e9b41603dde0a823b76f5bbbe17b3de3e5ac4ef06b759da5466711271
+ sha256sums = b37ac74d2cbad2590e7cd0dd2b3826c29afe89a734090a87bf8c03c45066cb65
sha256sums = 86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8
pkgname = mingw-w64-python38-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4a0cff002729..20050738186e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-python38-bin
-pkgver=3.8.9
+pkgver=3.8.10
_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=('7aa90e2267c477103f2c1c7b9b25dedbc58f849a5efd22f19b334b494326b3e8'
- '9f007b9d59bf88edb5e6ab1bb38dc40ff9ff03a069305748e1674ad7cd619467'
- '9779ec1df000bf86914cdd40860b88da56c1e61db59d37784beca14a259ac9e9'
+sha256sums=('760dc79bcb434ee80b1001a30bb6f798287881851bac6d8137867894d40ef1fc'
+ 'abbe314e9b41603dde0a823b76f5bbbe17b3de3e5ac4ef06b759da5466711271'
+ 'b37ac74d2cbad2590e7cd0dd2b3826c29afe89a734090a87bf8c03c45066cb65'
'86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"