diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-04-27 04:37:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-27 04:37:53 +0700 |
commit | eb923e55d0bcb1b4615d3776ff9207e057427090 (patch) | |
tree | 9587d8f64f561b5aa314965b21e9f04a3b0748e1 /python | |
parent | 493e2bfdf0e4bb8114e49dfb59ea1535763b785e (diff) | |
download | slackbuilds-eb923e55d0bcb1b4615d3776ff9207e057427090.tar.gz |
python/Mako: Updated for version 1.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/Mako/Mako.SlackBuild | 5 | ||||
-rw-r--r-- | python/Mako/Mako.info | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/Mako/Mako.SlackBuild b/python/Mako/Mako.SlackBuild index 814d6ef087..0f5f0fc557 100644 --- a/python/Mako/Mako.SlackBuild +++ b/python/Mako/Mako.SlackBuild @@ -3,7 +3,8 @@ # Slackware build script for Mako # Written by Larry Hajali <larryhaja[at]gmail[dot]com> -# Copyright 2017 Hunter Sezen California, USA +# Copyright 2017, 2019 Hunter Sezen California, USA +# All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Mako -VERSION=${VERSION:-1.0.7} +VERSION=${VERSION:-1.0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/Mako/Mako.info b/python/Mako/Mako.info index b55b94d692..8dfd777401 100644 --- a/python/Mako/Mako.info +++ b/python/Mako/Mako.info @@ -1,10 +1,10 @@ PRGNAM="Mako" -VERSION="1.0.7" +VERSION="1.0.9" HOMEPAGE="http://www.makotemplates.org/" -DOWNLOAD="https://pypi.python.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz" -MD5SUM="5836cc997b1b773ef389bf6629c30e65" +DOWNLOAD="https://files.pythonhosted.org/packages/a1/bb/f4e5c056e883915c37bb5fb6fab7f00a923c395674f83bfb45c9ecf836b6/Mako-1.0.9.tar.gz" +MD5SUM="d739720f3f0d6a1cb6a96ea7a4760c3e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="MarkupSafe" MAINTAINER="Hunter Sezen" -EMAIL="orbea@fredslev.dk" +EMAIL="orbea@riseup.net" |