From aaa400827df29fd420c020c5038f4e2abe4862e9 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 8 Aug 2018 09:35:05 +0300 Subject: [PATCH] python-beaker: Update to 1.10.0 --- python-beaker/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-beaker/PKGBUILD b/python-beaker/PKGBUILD index c774a22d..e8d1b2c0 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.9.0 +pkgver=1.10.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=('ac8828ea391b463b0f6b844a04648ea8172fd6e9938fe6a7bea412cc6795d5c8') +sha256sums=('50d4c24ae8a7015e3a7edf0482cef84c2dd6b2d76eabf441927236bbf4e26eeb') prepare() { cd "${srcdir}"