aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-21 23:55:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-22 03:12:50 +0000
commit7e8dd8e24a0b05a2f05ef3a1069324880bc0e000 (patch)
tree99198af23fd49582d1259b8719fb22c64637fc3a
parentddc233edd62789a2e290a5d1738e9f2fd1cf6253 (diff)
downloadalpine_aports-7e8dd8e24a0b05a2f05ef3a1069324880bc0e000.tar.bz2
alpine_aports-7e8dd8e24a0b05a2f05ef3a1069324880bc0e000.tar.xz
alpine_aports-7e8dd8e24a0b05a2f05ef3a1069324880bc0e000.zip
community/py3-cheetah: upgrade to 3.2.5
-rw-r--r--community/py3-cheetah/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-cheetah/APKBUILD b/community/py3-cheetah/APKBUILD
index d63fd1137e..5ba5316422 100644
--- a/community/py3-cheetah/APKBUILD
+++ b/community/py3-cheetah/APKBUILD
@@ -2,8 +2,8 @@
2# Maintainer: TBK <alpine@jjtc.eu> 2# Maintainer: TBK <alpine@jjtc.eu>
3pkgname=py3-cheetah 3pkgname=py3-cheetah
4_pkgname=Cheetah3 4_pkgname=Cheetah3
5pkgver=3.2.4 5pkgver=3.2.5
6pkgrel=1 6pkgrel=0
7pkgdesc="Cheetah is a template engine and code generation tool" 7pkgdesc="Cheetah is a template engine and code generation tool"
8url="http://www.cheetahtemplate.org/" 8url="http://www.cheetahtemplate.org/"
9arch="all" 9arch="all"
@@ -28,4 +28,4 @@ package() {
28 python3 setup.py install --prefix=/usr --root="$pkgdir" 28 python3 setup.py install --prefix=/usr --root="$pkgdir"
29} 29}
30 30
31sha512sums="f991865d384cbc7fe287c5d89d9990bfdde205df64f2c9cf8df17427ce865701e4fb2c35e7d52753b40ac170a56b8d071e7ae8bff83cbefe8ec662099fbe1340 Cheetah3-3.2.4.tar.gz" 31sha512sums="1431095b0027ec5789bf6ce9488587b599c42f394e3f1f8c53a3c37efc3f0052580e3b1e00cf5f5f682ed5b37ec3eac35f5b578c05d64e2b9592385fd089aabe Cheetah3-3.2.5.tar.gz"