[arch-commits] Commit in hypercorn/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jun 13 08:40:30 UTC 2020


    Date: Saturday, June 13, 2020 @ 08:40:30
  Author: alucryd
Revision: 642834

upgpkg: hypercorn 0.10.1-1

Modified:
  hypercorn/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-13 08:35:15 UTC (rev 642833)
+++ PKGBUILD	2020-06-13 08:40:30 UTC (rev 642834)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=hypercorn
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
 url=https://gitlab.com/pgjones/hypercorn
@@ -31,7 +31,8 @@
 optdepends=(
   'python-trio: trio support'
 )
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=75b012bff739f6839125561d01996f5b6656eca0)
+_tag=6001f5d527c05c2826ed70b77f54ccc4af8f2e97
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {



More information about the arch-commits mailing list