summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-04-17 00:23:29 +0000
committergithub-actions[bot]2024-04-17 00:23:29 +0000
commitbc658f4feaf7d16d69b9d853ee17d4ce0070a5db (patch)
tree2bb53b6b12906fe81c804c3999830a3ae99f72fe
parent1eed1ad4cd5b2ab1539eee4f1af4e9611f007a5c (diff)
downloadaur-bc658f4feaf7d16d69b9d853ee17d4ce0070a5db.tar.gz
Automatic update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97da36cd959a..35805772c9c2 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.40.0
+ pkgver = 0.40.1
pkgrel = 1
url = https://carvel.dev/vendir
arch = x86_64
arch = aarch64
license = apache-2.0
provides = vendir
- source_x86_64 = vendir-v0.40.0::https://github.com/carvel-dev/vendir/releases/download/v0.40.0/vendir-linux-amd64
- sha256sums_x86_64 = 3e076a452d88d6e3bc190d527f4d7c949ab6eccae19bf5d3cbb910d53724f2b9
- source_aarch64 = vendir-v0.40.0::https://github.com/carvel-dev/vendir/releases/download/v0.40.0/vendir-linux-arm64
- sha256sums_aarch64 = c43469a085dd0f6cebdab97a7747710f9dafa4886dd5e0ae7c1d3f975a12756e
+ source_x86_64 = vendir-v0.40.1::https://github.com/carvel-dev/vendir/releases/download/v0.40.1/vendir-linux-amd64
+ sha256sums_x86_64 = d7c602d8882085be78cd02a575a6c3b437bb2fa1ff1067712f593d8cf05c94fa
+ source_aarch64 = vendir-v0.40.1::https://github.com/carvel-dev/vendir/releases/download/v0.40.1/vendir-linux-arm64
+ sha256sums_aarch64 = 43e98922103ef30995a11bd4491b138b635c9b7bf17f98475fb5a06c87392e1d
pkgname = vendir-bin
diff --git a/PKGBUILD b/PKGBUILD
index d4b285f05ec4..a890c04bb7e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#
# shellcheck disable=SC2034,SC2154
pkgname=vendir-bin
-pkgver=0.40.0
+pkgver=0.40.1
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'
@@ -12,10 +12,10 @@ arch=(x86_64 aarch64)
license=(apache-2.0)
install=''
provides=(vendir)
-source_x86_64=(vendir-v0.40.0::https://github.com/carvel-dev/vendir/releases/download/v0.40.0/vendir-linux-amd64)
-source_aarch64=(vendir-v0.40.0::https://github.com/carvel-dev/vendir/releases/download/v0.40.0/vendir-linux-arm64)
-sha256sums_x86_64=(3e076a452d88d6e3bc190d527f4d7c949ab6eccae19bf5d3cbb910d53724f2b9)
-sha256sums_aarch64=(c43469a085dd0f6cebdab97a7747710f9dafa4886dd5e0ae7c1d3f975a12756e)
+source_x86_64=(vendir-v0.40.1::https://github.com/carvel-dev/vendir/releases/download/v0.40.1/vendir-linux-amd64)
+source_aarch64=(vendir-v0.40.1::https://github.com/carvel-dev/vendir/releases/download/v0.40.1/vendir-linux-arm64)
+sha256sums_x86_64=(d7c602d8882085be78cd02a575a6c3b437bb2fa1ff1067712f593d8cf05c94fa)
+sha256sums_aarch64=(43e98922103ef30995a11bd4491b138b635c9b7bf17f98475fb5a06c87392e1d)
package ()
{
set -eo pipefail;