Python3: update to 3.8.11

release notes: (security release)
- https://docs.python.org/release/3.8.11/whatsnew/changelog.html#changelog
This commit is contained in:
heitbaum 2021-07-01 13:37:15 +00:00
parent 17d33a7854
commit 6e70dda71e

View File

@ -3,8 +3,8 @@
PKG_NAME="Python3"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="3.8.10"
PKG_SHA256="6af24a66093dd840bcccf371d4044a3027e655cf24591ce26e48022bc79219d9"
PKG_VERSION="3.8.11"
PKG_SHA256="fb1a1114ebfe9e97199603c6083e20b236a0e007a2c51f29283ffb50c1420fb2"
PKG_LICENSE="OSS"
PKG_SITE="https://www.python.org/"
PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz"