summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2023-11-14 23:51:53 +0100
committerGerman Lashevich2023-11-14 23:51:53 +0100
commita9fe85256fefeb10cb0e1739b50f813d3634a39e (patch)
tree2a4dd203ff386f8f35785049d386185726edad2b
parent235696946a596e8d7c99b68daae5fbcbb3bd72a6 (diff)
downloadaur-a9fe85256fefeb10cb0e1739b50f813d3634a39e.tar.gz
fix: update hashsum for aarch64
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f80fcf4c570..4dd999d1fcc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vendir
pkgdesc = Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively
pkgver = 0.37.0
- pkgrel = 1
+ pkgrel = 2
url = https://carvel.dev/vendir
arch = x86_64
arch = aarch64
@@ -14,6 +14,6 @@ pkgbase = 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 = f1472bf7995506830fa79473f0ae406ea3885e0881fbbb096240efb1b053dd15
+ sha256sums_aarch64 = 7dde14730aa5a58511fc5b95f61162892ec97f87c9a57c01ab91d1f9f3d7aa74
pkgname = vendir
diff --git a/PKGBUILD b/PKGBUILD
index 3af30839ca9a..89ed40928732 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vendir
pkgdesc="Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively"
pkgver=0.37.0
-pkgrel=1
+pkgrel=2
url="https://carvel.dev/vendir"
arch=(x86_64 aarch64)
license=(Apache)
@@ -14,7 +14,7 @@ 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')
-sha256sums_aarch64=('f1472bf7995506830fa79473f0ae406ea3885e0881fbbb096240efb1b053dd15')
+sha256sums_aarch64=('7dde14730aa5a58511fc5b95f61162892ec97f87c9a57c01ab91d1f9f3d7aa74')
source_aarch64=(
vendir-v0.37.0::https://github.com/carvel-dev/vendir/releases/download/v0.37.0/vendir-linux-arm64
)