From f5debb7fa2cd01b410e8f1f69ff202a84cc5621e Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sat, 23 Aug 2025 19:45:51 +0200 Subject: [PATCH] python-flask: update to 3.1.2 --- mingw-w64-python-flask/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-flask/PKGBUILD b/mingw-w64-python-flask/PKGBUILD index 4888b5a2c5..8fad36260c 100644 --- a/mingw-w64-python-flask/PKGBUILD +++ b/mingw-w64-python-flask/PKGBUILD @@ -3,7 +3,7 @@ _realname=flask pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 pkgdesc='Micro webdevelopment framework for Python (mingw-w64)' arch=('any') @@ -26,7 +26,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e') +sha256sums=('bf656c15c80190ed628ad08cdfd3aaa35beb087855e2f494910aa3774cc4fd87') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"