summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Grossar2022-03-17 13:04:46 +0100
committerLukas Grossar2022-03-17 13:04:46 +0100
commit47e93a4951a8f89f893b121552c01ab6622ad0ce (patch)
treef0052a824bcf30399ee50ded9b3b4375db2e092d /PKGBUILD
parent48f89ded31edcdc9e3f16edb93df94fa8e24315e (diff)
downloadaur-47e93a4951a8f89f893b121552c01ab6622ad0ce.tar.gz
chore(update): v5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fdeaeaa277c..1e367213a908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=polaris-bin
-pkgver=5.0.1
+pkgver=5.1.0
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/v${pkgver}/polaris_linux_amd64.tar.gz")
-sha256sums=('5c3eb00e61690863dec2320ae03910157d6cb658367df68cf224821ad0766a5f')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FairwindsOps/polaris/releases/download/${pkgver}/polaris_linux_amd64.tar.gz")
+sha256sums=('00859191eaa2db51b3c277e055d10327c7b13cff4dc0ff1dcea4694dc7a96005')
package() {
install -Dm 755 "$srcdir/polaris" -t "$pkgdir/usr/bin"