summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Grossar2021-06-21 21:53:02 +0200
committerLukas Grossar2021-06-21 21:53:02 +0200
commitcfd4280735e61a8754e1041e9f528053bcf61766 (patch)
tree27550504307b43ff8b445f4469e63e0165b83e01 /PKGBUILD
parent1a7e839b1355cd43141c59b8745d550ef998a98a (diff)
downloadaur-cfd4280735e61a8754e1041e9f528053bcf61766.tar.gz
chore(upgrade): v4.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 757ff9132957..fec77025f7f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=polaris-bin
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
pkgdesc="Validation of best practices in Kubernetes"
arch=('x86_64')
url="https://github.com/FairwindsOps/polaris"
license=('Apache')
source=("https://github.com/FairwindsOps/polaris/releases/download/${pkgver}/polaris_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('dfa4566612feeb298776e6494bb5ac5799e754b1668fcf19c73857a722e8e28d')
+sha256sums=('69663598349151fd5a389156facdbd2b74ab53f227bc1ad5698736a71ed5c513')
package() {
install -Dm 755 "$srcdir/polaris" -t "$pkgdir/usr/bin"