aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-09 15:57:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-09 19:09:21 +0000
commit53192b011093d53a5b550314b86e6266c6b50edc (patch)
treed4da5c656d5b02762681822928f9cae042bef978
parente7fe90f0fb6896ae112518b190bbdbf5d7ca3545 (diff)
downloadalpine_aports-53192b011093d53a5b550314b86e6266c6b50edc.tar.bz2
alpine_aports-53192b011093d53a5b550314b86e6266c6b50edc.tar.xz
alpine_aports-53192b011093d53a5b550314b86e6266c6b50edc.zip
community/py3-cheetah: upgrade to 3.2.6
-rw-r--r--community/py3-cheetah/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-cheetah/APKBUILD b/community/py3-cheetah/APKBUILD
index 5ba5316422..1f28252d2d 100644
--- a/community/py3-cheetah/APKBUILD
+++ b/community/py3-cheetah/APKBUILD
@@ -2,7 +2,7 @@
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.5 5pkgver=3.2.6
6pkgrel=0 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/"
@@ -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="1431095b0027ec5789bf6ce9488587b599c42f394e3f1f8c53a3c37efc3f0052580e3b1e00cf5f5f682ed5b37ec3eac35f5b578c05d64e2b9592385fd089aabe Cheetah3-3.2.5.tar.gz" 31sha512sums="e3422147b3d476676ecfd4ed0bba77c80b008869055748ea50fe83a79b462bb15a20239e6803403e90ea6a0a090697a7fe6ecaae8bfd8e4832f3f0c8da69200d Cheetah3-3.2.6.tar.gz"