aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-22 09:58:55 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-22 10:07:44 +0100
commit6a7b46fae4aa9b50730b395078caff246efe9d16 (patch)
tree976176d5bacb148c04d3fc7fd7007977c73b2270
parentb4f49592fb0b035cfcd5d2a79b49ca1a916bb9a5 (diff)
testing/py3-cherrypy: upgrade to 18.4.0
-rw-r--r--testing/py3-cherrypy/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-cherrypy/APKBUILD b/testing/py3-cherrypy/APKBUILD
index 63e3fb28865..1ca97868b2a 100644
--- a/testing/py3-cherrypy/APKBUILD
+++ b/testing/py3-cherrypy/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-cherrypy
_pkgname=CherryPy
-pkgver=18.3.0
-pkgrel=1
+pkgver=18.4.0
+pkgrel=0
pkgdesc="A pythonic, object-oriented web development framework"
url="http://www.cherrypy.org"
arch="noarch"
@@ -23,4 +23,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="2d5b52c96553340a2edbeeef2951b1fcccc90ca84d1a62261770d92df9d37347e56615d46f4d2fcb9b667e48b09aff3f2a7445b8dc56626c2454d869a8bfaf12 CherryPy-18.3.0.tar.gz"
+sha512sums="81288f09c8cfcf25fbce2239271ebe179424db62c23031079d383290fdb7039de913cb754e63ca0ac811c1677457a424dc58b2ccfac31a61256c402dba9db003 CherryPy-18.4.0.tar.gz"