From df05fe1d703ec7947c5f14fec09c356111800960 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Wed, 15 Feb 2023 05:18:39 +0000 Subject: [PATCH] python-beaker: update to 1.12.1 --- python-beaker/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-beaker/PKGBUILD b/python-beaker/PKGBUILD index 450a5d1d..c39f1e96 100644 --- a/python-beaker/PKGBUILD +++ b/python-beaker/PKGBUILD @@ -3,8 +3,8 @@ _realname=beaker pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=1.12.0 -pkgrel=4 +pkgver=1.12.1 +pkgrel=1 pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications" arch=('any') license=('PSF') @@ -20,7 +20,7 @@ provides=("python3-${_realname}") conflicts=("python3-${_realname}") replaces=("python3-${_realname}") source=("${_realname}-${pkgver}.tar.gz"::https://github.com/bbangert/beaker/archive/${pkgver}.tar.gz) -sha256sums=('e88717be6e81a8668364825e0285bbd776d705182ef493934221a32b628d7f26') +sha256sums=('135c41ce48a7f994c15abe050949e6ce70f3e164f0dc81ceb56c4d9e3106b9f2') prepare() { cd "${srcdir}/${_realname}-${pkgver}"