From f8a8d4668e84e86722dc7912c04d7bb0670f0cab Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 2 Dec 2022 17:43:38 +0000 Subject: [PATCH] python-bottle: update to 0.12.23 --- mingw-w64-python-bottle/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-bottle/PKGBUILD b/mingw-w64-python-bottle/PKGBUILD index 03b4000dba..a513f0a9de 100755 --- a/mingw-w64-python-bottle/PKGBUILD +++ b/mingw-w64-python-bottle/PKGBUILD @@ -3,7 +3,7 @@ _realname=bottle pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.12.21 +pkgver=0.12.23 pkgrel=1 pkgdesc="A fast and simple python micro-framework for small web-applications (mingw-w64)" arch=('any') @@ -13,7 +13,7 @@ url="https://bottlepy.org/" depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/defnull/bottle/archive/${pkgver}.tar.gz") -sha256sums=('bb6fe51446e8add19852e8ce0ef024ba8cb06eca783c928e6ae75edd94dd77f2') +sha256sums=('f38c26395736ae4653cbeb94087d3bd1d2e1ad0c29b1d3e5384f5db20b63bc98') build() { msg "Python build for ${MSYSTEM}"