summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2017-03-22 10:21:36 -0400
committerJeremy Audet2017-03-22 10:21:39 -0400
commit836e1bc30d0fcf06936a9af21e12a36407f176d6 (patch)
tree3edc0af49f38b526b4701c476a65fe6761aa7a80 /PKGBUILD
parent4b052ff906218efdc051082dc73f9286070c1eef (diff)
downloadaur-gunicorn.tar.gz
Update to version 19.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15b5594abe87..0ff3a6ffb9c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=gunicorn
pkgname=(gunicorn gunicorn-python2)
-pkgver=19.7.0
+pkgver=19.7.1
pkgrel=1
pkgdesc='WSGI HTTP Server for UNIX'
arch=(any)
@@ -12,7 +12,7 @@ url='http://gunicorn.org/'
license=(MIT)
makedepends=(python-distribute python2-distribute)
source=("https://github.com/benoitc/${pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('ded14b8b6c24a92006ef4131a6a8bfc0b9c858ba48a7cc5247caee56bd735d65')
+sha256sums=('768a548eac4bb3a0eb5c897a0ac674cbe03628c1130233d3299df98a4bd7ec49')
package_gunicorn() {
depends=(python)