mirror of
https://github.com/archlinux/aur.git
synced 2026-02-15 21:10:41 +01:00
Add support for x86
This commit is contained in:
parent
0ab6bea937
commit
d4b6dc764d
2 changed files with 8 additions and 3 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,9 +1,10 @@
|
|||
pkgbase = cloudflared-bin
|
||||
pkgdesc = An Argo Tunnel client which proxies any local webserver through the Cloudflare network
|
||||
pkgver = 2019.1.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://developers.cloudflare.com/argo-tunnel/
|
||||
arch = x86_64
|
||||
arch = x86
|
||||
arch = arm
|
||||
license = custom
|
||||
depends = glibc
|
||||
|
|
@ -17,6 +18,8 @@ pkgbase = cloudflared-bin
|
|||
sha256sums = a2d6beef87b531ec43837ce1c2ebd7411058466a11bd6a899a8659582b25e3c2
|
||||
source_x86_64 = https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.tgz
|
||||
sha256sums_x86_64 = ba9601dbef83feb8776851cf69b89139907cd70b52472844c913ddcb143595ca
|
||||
source_x86 = https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-386.tgz
|
||||
sha256sums_x86 = 1036739448d2e4ba0c5c0da59d8801c0aa528ac7591e170abb9b4a27a5cbf466
|
||||
source_arm = https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-arm.tgz
|
||||
sha256sums_arm = b9cdf2240bd53cece1333b26ba5e53f6a0c60a85b00691ed5dfcbf0391ba1420
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
pkgname=cloudflared-bin
|
||||
pkgver=2019.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An Argo Tunnel client which proxies any local webserver through the Cloudflare network"
|
||||
arch=("x86_64" "arm")
|
||||
arch=("x86_64" "x86" "arm")
|
||||
url="https://developers.cloudflare.com/argo-tunnel/"
|
||||
license=("custom")
|
||||
depends=("glibc")
|
||||
|
|
@ -14,11 +14,13 @@ source=("https://raw.githubusercontent.com/cloudflare/cloudflared/master/LICENSE
|
|||
"cloudflared.yml"
|
||||
"cloudflared@.service")
|
||||
source_x86_64=("https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.tgz")
|
||||
source_x86=("https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-386.tgz")
|
||||
source_arm=("https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-arm.tgz")
|
||||
sha256sums=('6a486a0f6c00e87cce1caf0aa8db45ea9fefd0bf91d9be6fc44460160dc0dbda'
|
||||
'4e06eb54143d872f73707ed2bba2ba2198649d3066df741bd0cfda5d1a5f334d'
|
||||
'a2d6beef87b531ec43837ce1c2ebd7411058466a11bd6a899a8659582b25e3c2')
|
||||
sha256sums_x86_64=('ba9601dbef83feb8776851cf69b89139907cd70b52472844c913ddcb143595ca')
|
||||
sha256sums_x86=('1036739448d2e4ba0c5c0da59d8801c0aa528ac7591e170abb9b4a27a5cbf466')
|
||||
sha256sums_arm=('b9cdf2240bd53cece1333b26ba5e53f6a0c60a85b00691ed5dfcbf0391ba1420')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue