summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2024-02-20 15:03:10 +0100
committerLukas Grossar2024-02-20 15:03:10 +0100
commitc7c498de28579aec2e7e1a745ea33f1635e40e69 (patch)
tree3d016555a986030269e1736a7a9e0cf0026eca83
parent78c60dc266278093106a8f42a7f00b509150e310 (diff)
downloadaur-c7c498de28579aec2e7e1a745ea33f1635e40e69.tar.gz
chore(update): 8.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 151f42608fe2..f5d363cdb3ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = polaris-bin
pkgdesc = Validation of best practices in Kubernetes
- pkgver = 8.5.4
+ pkgver = 8.5.5
pkgrel = 1
url = https://github.com/FairwindsOps/polaris
arch = x86_64
license = Apache
- source = polaris-bin-8.5.4.tar.gz::https://github.com/FairwindsOps/polaris/releases/download/8.5.4/polaris_linux_amd64.tar.gz
- sha256sums = 88cf862ae790c586493d3f0357caef82826fce1fd682e238e680e39f2f37f075
+ source = polaris-bin-8.5.5.tar.gz::https://github.com/FairwindsOps/polaris/releases/download/8.5.5/polaris_linux_amd64.tar.gz
+ sha256sums = 0556e99fd89b3eef0fdadce0adf44fd68f5da2741cc5b6b1226718979e133a63
pkgname = polaris-bin
diff --git a/PKGBUILD b/PKGBUILD
index 69e2bf6c416b..7eaf1e8797dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=polaris-bin
-pkgver=8.5.4
+pkgver=8.5.5
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=('88cf862ae790c586493d3f0357caef82826fce1fd682e238e680e39f2f37f075')
+sha256sums=('0556e99fd89b3eef0fdadce0adf44fd68f5da2741cc5b6b1226718979e133a63')
package() {
install -Dm 755 "$srcdir/polaris" -t "$pkgdir/usr/bin"