mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 15:44:39 +01:00
Fix pkgver and pkgrel
This commit is contained in:
parent
02159ba700
commit
d77ca29208
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue