summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJerry Y. Chen2024-01-22 00:13:21 +0800
committerJerry Y. Chen2024-01-22 00:13:21 +0800
commit67d3b3d18b5d604b567a69118014ee87bc476ba5 (patch)
tree08570191eb18aad9543cf6677e0c516b3983fc2c /PKGBUILD
parenta5a41d0bd58da387f1cc61c2ec36b26f912481dc (diff)
downloadaur-67d3b3d18b5d604b567a69118014ee87bc476ba5.tar.gz
upgpkg: skaffold v2.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71d5040f083f..559dc1d77c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=skaffold-bin
reponame=skaffold
provides=('skaffold')
conflicts=('skaffold')
-pkgver=2.9.0
+pkgver=2.10.0
pkgrel=1
pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications"
arch=("x86_64")
@@ -19,8 +19,8 @@ optdepends=(
)
case "${CARCH}" in
- x86_64) _CARCH=amd64 && sha256sums=('7eed2d7fe4c1a53f385d0b24c50fc08941a09ac37b44705ad7997a6635c27e84');;
- aarch64) _CARCH=arm64 && sha256sums=('2655f412582c1b0e84f6822c273b8d8d14df427598fd760a6311ed1280942051');;
+ x86_64) _CARCH=amd64 && sha256sums=('ef6ec87406009b0efdf80ead708972d75518c93690fa2ac8bbaad0b5750a51d5');;
+ aarch64) _CARCH=arm64 && sha256sums=('55e2a601a19a91dcf1046f3ff65bf4f8c0731cf53ddefaceab3636b625e93f92');;
esac
source=("${reponame}-${pkgver}-${_CARCH}::https://github.com/GoogleContainerTools/skaffold/releases/download/v$pkgver/skaffold-linux-${_CARCH}")