Fix pkgver and pkgrel

This commit is contained in:
imlonghao 2019-04-07 22:48:12 +08:00
parent 02159ba700
commit d77ca29208
No known key found for this signature in database
GPG key ID: 15B26377262268C1
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = cloudflared-bin
pkgdesc = An Argo Tunnel client which proxies any local webserver through the Cloudflare network
pkgver = 2019.3.2
pkgrel = 4
pkgver = 2019.4.0
pkgrel = 1
url = https://developers.cloudflare.com/argo-tunnel/
install = cloudflared-bin.install
arch = x86_64

View file

@ -1,8 +1,8 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=cloudflared-bin
pkgver=2019.3.2
pkgrel=4
pkgver=2019.4.0
pkgrel=1
pkgdesc="An Argo Tunnel client which proxies any local webserver through the Cloudflare network"
arch=("x86_64" "i686" "armv6h" "armv7h")
url="https://developers.cloudflare.com/argo-tunnel/"