summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Y. Chen2022-08-30 00:01:51 +0800
committerJerry Y. Chen2022-08-30 00:01:51 +0800
commitf7106432a86164b8e3c193f3fa49c6535c91b345 (patch)
tree8944dc9246c416888b47e9533945f367d32bcb93
parent7e46d5330dfdfc579f0c4507f98451defb2d3922 (diff)
downloadaur-f7106432a86164b8e3c193f3fa49c6535c91b345.tar.gz
upgpkg: skaffold 1.39.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af0cc40d100c..9b89dc44ba78 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 = 1.39.1
+ pkgver = 1.39.2
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-1.39.1.tar.gz::https://github.com/GoogleContainerTools/skaffold/archive/v1.39.1.tar.gz
- sha256sums = 8716bb69853c721bc4e57e3912b8eb5b31bb1850300555fce238ebf7cf57c727
- b2sums = 90d7eae9368d5b33514e62520f5028edaa69211ecc1c2937c966dc8e82c7f7fbed91660fba6d339cf5f4eb1967bb3366787c2b6e58c3e1cc03949eeb1c42fab1
+ source = skaffold-1.39.2.tar.gz::https://github.com/GoogleContainerTools/skaffold/archive/v1.39.2.tar.gz
+ sha256sums = d45d5079119e95197093cf5dc1ee6392bcc5b87b634fa0464011f4add077fbe7
+ b2sums = 153ab41490ef9538d7fe41b43615bfa486cbf3c1e3d7d3d7d9528db35b78ef631d0c768a160126ed5bd6567fe55265a7a9c91fe3f5567ab1da76ad167705e122
pkgname = skaffold-git
diff --git a/PKGBUILD b/PKGBUILD
index cc89e3b35581..06a54f89638e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=skaffold-git
reponame=skaffold
provides=('skaffold')
conflicts=('skaffold')
-pkgver=1.39.1
+pkgver=1.39.2
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=('8716bb69853c721bc4e57e3912b8eb5b31bb1850300555fce238ebf7cf57c727')
-b2sums=('90d7eae9368d5b33514e62520f5028edaa69211ecc1c2937c966dc8e82c7f7fbed91660fba6d339cf5f4eb1967bb3366787c2b6e58c3e1cc03949eeb1c42fab1')
-_commit="1783050f4d5b1466c90fc88da08a97411d8b854d"
+sha256sums=('d45d5079119e95197093cf5dc1ee6392bcc5b87b634fa0464011f4add077fbe7')
+b2sums=('153ab41490ef9538d7fe41b43615bfa486cbf3c1e3d7d3d7d9528db35b78ef631d0c768a160126ed5bd6567fe55265a7a9c91fe3f5567ab1da76ad167705e122')
+_commit="7ed1d722b53b55ac1c909f00d00a05b47d0964dd"
prepare() {
cd "${srcdir}/${reponame}-${pkgver}"