From 74fc1768c8062e693488b249e3cf5b5b0799c71d Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Sat, 23 Jan 2021 19:55:49 -0500 Subject: [PATCH] Update mako to version 1.1.4 --- 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 39adb3853a..b6ee04e093 100644 --- a/mingw-w64-python-mako/PKGBUILD +++ b/mingw-w64-python-mako/PKGBUILD @@ -7,7 +7,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.1.2 +pkgver=1.1.4 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}-python-nose") options=('staticlibs') install=${_realname}3-${CARCH}.install source=("https://pypi.org/packages/source/M/Mako/Mako-${pkgver}.tar.gz") -sha256sums=('3139c5d64aa5d175dbafb95027057128b5fbd05a40c53999f3905ceb53366d9d') +sha256sums=('17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab') prepare() { cd "${srcdir}"