python-beaker: Update to 1.13.0

This commit is contained in:
Christoph Reiter
2024-06-03 07:49:22 +02:00
parent 5a43d5a746
commit 6bcfd96630

View File

@@ -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}"