From 67bf40ec6a29f39fe16e045436f704f4abb97982 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 4 Oct 2019 08:39:18 +0300 Subject: [PATCH] python-beaker: Update to 1.11.0 --- python-beaker/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-beaker/PKGBUILD b/python-beaker/PKGBUILD index c0831480..43d8532f 100644 --- a/python-beaker/PKGBUILD +++ b/python-beaker/PKGBUILD @@ -3,7 +3,7 @@ _realname=beaker pkgbase="python-${_realname}" pkgname=("python3-${_realname}" "python2-${_realname}") -pkgver=1.10.1 +pkgver=1.11.0 pkgrel=1 pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('PSF') url="http://beaker.groovie.org/" depends=("python2-setuptools" "python3-setuptools") source=("${_realname}-${pkgver}.tar.gz"::https://github.com/bbangert/beaker/archive/${pkgver}.tar.gz) -sha256sums=('ce07f15e1ed50fc38bed51039f94e859d696bc05c42dbf384078b12658e891ec') +sha256sums=('5298f2d3be7b3ad8f299c9cc69b57907613412f397feb8c322896dbc857f5218') prepare() { cd "${srcdir}"