summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Y. Chen2024-02-08 23:57:31 +0800
committerJerry Y. Chen2024-02-08 23:57:31 +0800
commit5cd7a1e4d903d295c7327dd2ed56fa2896627a59 (patch)
treeeb3fdd561167d4832a6748ab0afe98661a61c31b
parentdc4c5b3785bbbbdb8c22e0bd97319518c59cab79 (diff)
downloadaur-5cd7a1e4d903d295c7327dd2ed56fa2896627a59.tar.gz
upgpkg: skaffold v2.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8c51272cc7c..a8905e64a085 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = skaffold-git
pkgdesc = A command line tool that facilitates continuous development for Kubernetes applications
- pkgver = 2.10.0
+ pkgver = 2.10.1
pkgrel = 1
url = https://github.com/GoogleContainerTools/skaffold
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = skaffold-git
optdepends = bash-completion: Tab autocompletion
provides = skaffold
conflicts = skaffold
- source = skaffold-2.10.0.tar.gz::https://github.com/GoogleContainerTools/skaffold/archive/v2.10.0.tar.gz
- sha256sums = 6c448ac8d2e311606d3887ba5ec9a450584bc82902f25d19a66bcdf8030f0e3a
- b2sums = 854f1de5ae144745ad58edbaaecba189daae856b067f5ea834d88640be7c29e216ee475ca2660686d9a9a4fc3937f2bc35b7ddc399ba4df6b92c6d3f858ada19
+ source = skaffold-2.10.1.tar.gz::https://github.com/GoogleContainerTools/skaffold/archive/v2.10.1.tar.gz
+ sha256sums = f1a83938c9481a6de8cc454f7d065388873f785832a33849cefac36a38bb8050
+ b2sums = dedb11c756c6e4ac2314a9f5349e9a2342bfd6d2feecebe7f5ed166c9fc1905237f2d5d9e690bffa6ae95c23a9f6d481530e4a95ed49270b7bcba54ef1fff894
pkgname = skaffold-git
diff --git a/PKGBUILD b/PKGBUILD
index b6f342ea52d1..d5ff22a6c46b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=skaffold-git
reponame=skaffold
provides=('skaffold')
conflicts=('skaffold')
-pkgver=2.10.0
+pkgver=2.10.1
pkgrel=1
pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications"
arch=("x86_64")
@@ -25,9 +25,9 @@ optdepends=(
source=(
"${reponame}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${reponame}/archive/v${pkgver}.tar.gz"
)
-sha256sums=('6c448ac8d2e311606d3887ba5ec9a450584bc82902f25d19a66bcdf8030f0e3a')
-b2sums=('854f1de5ae144745ad58edbaaecba189daae856b067f5ea834d88640be7c29e216ee475ca2660686d9a9a4fc3937f2bc35b7ddc399ba4df6b92c6d3f858ada19')
-_commit="cbc665bfc1fe7253df466e70dd48e3851d935a3e"
+sha256sums=('f1a83938c9481a6de8cc454f7d065388873f785832a33849cefac36a38bb8050')
+b2sums=('dedb11c756c6e4ac2314a9f5349e9a2342bfd6d2feecebe7f5ed166c9fc1905237f2d5d9e690bffa6ae95c23a9f6d481530e4a95ed49270b7bcba54ef1fff894')
+_commit="df0264229733d654ae0f43466e760dae936b12e7"
prepare() {
cd "${srcdir}/${reponame}-${pkgver}"