From 023029cee1f8cd9ee17dcb1e08ea2a7e8b13b87a Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 7 Nov 2024 06:59:44 +0000 Subject: [PATCH] python-tqdm: update to 4.67.0 --- mingw-w64-python-tqdm/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-tqdm/PKGBUILD b/mingw-w64-python-tqdm/PKGBUILD index d8ce7a8019..72b34f5553 100644 --- a/mingw-w64-python-tqdm/PKGBUILD +++ b/mingw-w64-python-tqdm/PKGBUILD @@ -3,8 +3,8 @@ _realname=tqdm pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.66.5 -pkgrel=2 +pkgver=4.67.0 +pkgrel=1 pkgdesc='Fast, Extensible Progress Meter (mingw-w64)' arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-toml") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad') +sha256sums=('fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"