summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-04-09 20:19:46 +0200
committerMichel Zou2021-04-09 20:19:46 +0200
commit0a1c272ab3aaff28906eb2f02f1e32b6725dbaec (patch)
tree4833286003b746e3e606c363a283169a3753e9bc
parentfaa4d475c22fe04f6c5b970720e98f4e2ad6e0cb (diff)
downloadaur-0a1c272ab3aaff28906eb2f02f1e32b6725dbaec.tar.gz
3.8.8
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729d5b271497..ac63acbad3f0 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.7
+ pkgver = 3.8.8
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.7-embed-win32.zip
- noextract = python-3.8.7-embed-amd64.zip
+ noextract = python-3.8.8-embed-win32.zip
+ noextract = python-3.8.8-embed-amd64.zip
options = staticlibs
options = !buildflags
options = !strip
- source = https://www.python.org/ftp/python/3.8.7/python-3.8.7-embed-win32.zip
- source = https://www.python.org/ftp/python/3.8.7/python-3.8.7-embed-amd64.zip
- source = https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tgz
+ 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 = wine-python.sh
- sha256sums = 7aadb6fdd430c0e181867d02bd91039e55b27d8a9c18f223001ce3b28f1138a0
- sha256sums = dcd180ac0157479c83f555be8f51d0ab1f3d10aacc3edcf7a96016ceb9255395
- sha256sums = 20e5a04262f0af2eb9c19240d7ec368f385788bba2d8dfba7e74b20bab4d2bac
+ sha256sums = d3481a33c2368cbb07df21ac90317ceb63bd7d5fda6260c165455ad7204dcbff
+ sha256sums = 93ec53127607cd18c4621facab9f3428e1b37df4709a8311484f4fc29a6e55d5
+ sha256sums = 76c0763f048e4f9b861d24da76b7dd5c7a3ba7ec086f40caedeea359263276f7
sha256sums = 86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8
pkgname = mingw-w64-python38-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5d50aeacb2ba..1e41d48e4dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-python38-bin
-pkgver=3.8.7
+pkgver=3.8.8
_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=('7aadb6fdd430c0e181867d02bd91039e55b27d8a9c18f223001ce3b28f1138a0'
- 'dcd180ac0157479c83f555be8f51d0ab1f3d10aacc3edcf7a96016ceb9255395'
- '20e5a04262f0af2eb9c19240d7ec368f385788bba2d8dfba7e74b20bab4d2bac'
+sha256sums=('d3481a33c2368cbb07df21ac90317ceb63bd7d5fda6260c165455ad7204dcbff'
+ '93ec53127607cd18c4621facab9f3428e1b37df4709a8311484f4fc29a6e55d5'
+ '76c0763f048e4f9b861d24da76b7dd5c7a3ba7ec086f40caedeea359263276f7'
'86e768f17994ce586d646b4ace95f819943dfe6a0fb1afa40de4188e975d5db8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"