From 2fa72bd011e7e9e6d5fbed2f6710ebea05bfb202 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Thu, 24 Oct 2019 14:52:03 +0300 Subject: [PATCH] python-mako: Update to 1.1.0 --- mingw-w64-python-mako/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-mako/PKGBUILD b/mingw-w64-python-mako/PKGBUILD index 9736a9cc5f..07aa1ee1e9 100644 --- a/mingw-w64-python-mako/PKGBUILD +++ b/mingw-w64-python-mako/PKGBUILD @@ -4,7 +4,7 @@ _realname=mako pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.0.14 +pkgver=1.1.0 pkgrel=1 pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-nose" "${MINGW_PACKAGE_PREFIX}-python3-nose") options=('staticlibs') source=("https://pypi.org/packages/source/M/Mako/Mako-${pkgver}.tar.gz") -sha256sums=('f5a642d8c5699269ab62a68b296ff990767eb120f51e2e8f3d6afb16bdb57f4b') +sha256sums=('a36919599a9b7dc5d86a7a8988f23a9a3a3d083070023bab23d64f7f1d1e0a4b') prepare() { cd ${srcdir}