From 6bcfd96630c19b7403434c2304fec5ba4c165138 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 3 Jun 2024 07:49:22 +0200 Subject: [PATCH] python-beaker: Update to 1.13.0 --- python-beaker/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-beaker/PKGBUILD b/python-beaker/PKGBUILD index 7da32095..25deda8a 100644 --- a/python-beaker/PKGBUILD +++ b/python-beaker/PKGBUILD @@ -3,7 +3,7 @@ _realname=beaker pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=1.12.1 +pkgver=1.13.0 pkgrel=1 pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications" arch=('any') @@ -25,7 +25,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=('135c41ce48a7f994c15abe050949e6ce70f3e164f0dc81ceb56c4d9e3106b9f2') +sha256sums=('3987a336340e884bcec2a2496f2614ee2cd0a171079191f57df25247b6e0c4a7') prepare() { cd "${srcdir}/${_realname}-${pkgver}"