summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoreleaserbot2022-10-26 18:26:12 +0000
committergoreleaserbot2022-10-26 18:26:12 +0000
commit3d24e14c1cf757cb2774e3e2e0e9b7737709ae92 (patch)
tree7a826ba9d787f2ccfe1a788285bea1b21ec545f5 /PKGBUILD
parentdc464ed1a99f693d7d3e0e73f3b32ca56725f28b (diff)
downloadaur-3d24e14c1cf757cb2774e3e2e0e9b7737709ae92.tar.gz
Update to v4.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38d26cb088ae..038256d359a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,13 +13,13 @@ conflicts=('fastly')
optdepends=('viceroy: for running service locally')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/fastly/cli/releases/download/v4.3.0/fastly_v4.3.0_linux-arm64.tar.gz")
-sha256sums_aarch64=('25403df9186d538cd4c3cf4c76abea99d4e85d57f8bc1c2afccf582c6f2972cd')
+sha256sums_aarch64=('709422d8a3585f33065300964da0d1b6559e6214f42d3d21ee74a4cf2370efa4')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/fastly/cli/releases/download/v4.3.0/fastly_v4.3.0_linux-386.tar.gz")
-sha256sums_i686=('2425e13162ce4d2dde75925592cc80a4e673c674483c0f9e7480148ee5dc0ad8')
+sha256sums_i686=('d92ee6e63d6f1ec593908011cc65b560df0532283861f3504fecb63774219792')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/fastly/cli/releases/download/v4.3.0/fastly_v4.3.0_linux-amd64.tar.gz")
-sha256sums_x86_64=('7eb5e19365251788148e134a1a5444984b1b20ae1547ec46b32b3ab7d8a94089')
+sha256sums_x86_64=('649c3b1003662357125c4a50d92b27a04c7d6663d82693a932ad77a43ccc0bc4')
package() {
install -Dm755 "./fastly" "${pkgdir}/usr/bin/fastly"