summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-12-06 00:23:11 +0000
committergithub-actions[bot]2023-12-06 00:23:11 +0000
commit938fd8d336c00c16415df3fe47c1c81c64fa838d (patch)
tree1411b1b6f042610e6d1137c9ff3f8fb78cca4121
parentffa6ed6565d892fa6b1b29a9ac194883ebd10297 (diff)
downloadaur-938fd8d336c00c16415df3fe47c1c81c64fa838d.tar.gz
Automatic update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53d4789e9886..5a07e96a24d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = vendir-bin
pkgdesc = Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively
- pkgver = 0.37.0
- pkgrel = 5
+ pkgver = 0.38.0
+ pkgrel = 1
url = https://carvel.dev/vendir
arch = x86_64
arch = aarch64
license = apache-2.0
provides = vendir
- source_x86_64 = vendir-v0.37.0::https://github.com/carvel-dev/vendir/releases/download/v0.37.0/vendir-linux-amd64
- sha256sums_x86_64 = f1472bf7995506830fa79473f0ae406ea3885e0881fbbb096240efb1b053dd15
- source_aarch64 = vendir-v0.37.0::https://github.com/carvel-dev/vendir/releases/download/v0.37.0/vendir-linux-arm64
- sha256sums_aarch64 = 7dde14730aa5a58511fc5b95f61162892ec97f87c9a57c01ab91d1f9f3d7aa74
+ source_x86_64 = vendir-v0.38.0::https://github.com/carvel-dev/vendir/releases/download/v0.38.0/vendir-linux-amd64
+ sha256sums_x86_64 = 49076dd93ae931ac0d341d81e51b6fdb2288c718cfda8279b78e31c6d389da5f
+ source_aarch64 = vendir-v0.38.0::https://github.com/carvel-dev/vendir/releases/download/v0.38.0/vendir-linux-arm64
+ sha256sums_aarch64 = 88e3588632f58f44f31d3fa19f60d4aad8ea0075b6fc68956a9d061d8de2442d
pkgname = vendir-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5aeb9a1b7b13..5cb02f6a2a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
#
# shellcheck disable=SC2034,SC2154
pkgname=vendir-bin
-pkgver=0.37.0
-pkgrel=5
+pkgver=0.38.0
+pkgrel=1
pkgdesc='Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively'
url='https://carvel.dev/vendir'
arch=(x86_64 aarch64)
license=(apache-2.0)
provides=(vendir)
-source_x86_64=(vendir-v0.37.0::https://github.com/carvel-dev/vendir/releases/download/v0.37.0/vendir-linux-amd64)
-source_aarch64=(vendir-v0.37.0::https://github.com/carvel-dev/vendir/releases/download/v0.37.0/vendir-linux-arm64)
-sha256sums_x86_64=(f1472bf7995506830fa79473f0ae406ea3885e0881fbbb096240efb1b053dd15)
-sha256sums_aarch64=(7dde14730aa5a58511fc5b95f61162892ec97f87c9a57c01ab91d1f9f3d7aa74)
+source_x86_64=(vendir-v0.38.0::https://github.com/carvel-dev/vendir/releases/download/v0.38.0/vendir-linux-amd64)
+source_aarch64=(vendir-v0.38.0::https://github.com/carvel-dev/vendir/releases/download/v0.38.0/vendir-linux-arm64)
+sha256sums_x86_64=(49076dd93ae931ac0d341d81e51b6fdb2288c718cfda8279b78e31c6d389da5f)
+sha256sums_aarch64=(88e3588632f58f44f31d3fa19f60d4aad8ea0075b6fc68956a9d061d8de2442d)
package ()
{
set -eo pipefail;