summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fac5a5a75a58..4186d71c1bbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = http2check
pkgdesc = Utility for checking if a given webserver supports HTTP/2
- pkgver = 0.4
+ pkgver = 0.6
pkgrel = 1
url = https://github.com/xyproto/http2check/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = http2check
license = MIT
makedepends = go
makedepends = git
- source = git://github.com/xyproto/http2check.git#tag=0.4
+ source = git://github.com/xyproto/http2check.git#tag=0.6
md5sums = SKIP
pkgname = http2check
diff --git a/PKGBUILD b/PKGBUILD
index 0dd1b599d02e..486388c3b698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# $Id: PKGBUILD 110816 2014-05-07 16:32:16Z arodseth $
-# Maintainer: Alexander Rødseth <xyproto@archlinux.org>
+# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=http2check
-pkgver=0.4
+pkgver=0.6
pkgrel=1
pkgdesc='Utility for checking if a given webserver supports HTTP/2'
arch=('x86_64' 'i686')