summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Grossar2023-04-06 18:12:40 +0200
committerLukas Grossar2023-04-06 18:12:40 +0200
commit90949a650863cfd85fe2556ff62ff7d63afb8573 (patch)
tree77417d6ec4ae27ebea96f7aa9de29ee9cbaebb79 /PKGBUILD
parentbc8d7d4e5dd86799cd7146b0eaa5ec3659226637 (diff)
downloadaur-90949a650863cfd85fe2556ff62ff7d63afb8573.tar.gz
chore(update): 7.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d50c69665ee..0b9ed86f9e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=polaris-bin
-pkgver=7.3.0
+pkgver=7.4.1
pkgrel=1
pkgdesc="Validation of best practices in Kubernetes"
arch=('x86_64')
url="https://github.com/FairwindsOps/polaris"
license=('Apache')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FairwindsOps/polaris/releases/download/${pkgver}/polaris_linux_amd64.tar.gz")
-sha256sums=('5d2655a02e4524b1f6de36cb5b6110be8dfbb4d9a54657459c4df472358a785e')
+sha256sums=('d3a7aceec3c91a9935b54cc1c9f1440090397822e99e43450b5d6777309d4c94')
package() {
install -Dm 755 "$srcdir/polaris" -t "$pkgdir/usr/bin"