[arch-commits] Commit in hypercorn/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Jul 22 06:23:26 UTC 2019
Date: Monday, July 22, 2019 @ 06:23:26
Author: alucryd
Revision: 492543
upgpkg: hypercorn 0.7.1-1
Modified:
hypercorn/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-22 06:21:08 UTC (rev 492542)
+++ PKGBUILD 2019-07-22 06:23:26 UTC (rev 492543)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=hypercorn
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
url=https://gitlab.com/pgjones/hypercorn
@@ -31,7 +31,7 @@
'python-trio: trio support'
)
source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
build() {
cd hypercorn
More information about the arch-commits
mailing list