blob: 5316b0a2f4925ae3fb2050492be0ae5a18805e69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = fastly-bin
pkgdesc = A CLI for interacting with the Fastly platform
pkgver = 4.3.0
pkgrel = 1
url = https://github.com/fastly/cli
license = Apache license 2.0
optdepends = viceroy: for running service locally
conflicts = fastly
provides = fastly
arch = aarch64
source_aarch64 = https://github.com/fastly/cli/releases/download/v4.3.0/fastly_v4.3.0_linux-arm64.tar.gz
sha256sums_aarch64 = 25403df9186d538cd4c3cf4c76abea99d4e85d57f8bc1c2afccf582c6f2972cd
arch = i686
source_i686 = https://github.com/fastly/cli/releases/download/v4.3.0/fastly_v4.3.0_linux-386.tar.gz
sha256sums_i686 = 2425e13162ce4d2dde75925592cc80a4e673c674483c0f9e7480148ee5dc0ad8
arch = x86_64
source_x86_64 = https://github.com/fastly/cli/releases/download/v4.3.0/fastly_v4.3.0_linux-amd64.tar.gz
sha256sums_x86_64 = 7eb5e19365251788148e134a1a5444984b1b20ae1547ec46b32b3ab7d8a94089
pkgname = fastly-bin
|